Пример #1
0
 /// <summary>
 /// A structure representing a Marker icon or shadow image.
 /// </summary>
 public MarkerImage(string url, Size size, Point origin)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 /// <summary>
 /// A structure representing a Marker icon or shadow image.
 /// </summary>
 public MarkerImage(string url, Size size, Point origin, Point anchor, Size scaledSize)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 /// <summary>
 /// Compares two Sizes.
 /// </summary>
 public bool Equals(Size other)
 {
     throw new NotImplementedException();
 }