コード例 #1
0
ファイル: MarkerImage.cs プロジェクト: CodeFork/Serenity
 /// <summary>
 /// A structure representing a Marker icon or shadow image.
 /// </summary>
 public MarkerImage(string url, Size size, Point origin)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: MarkerImage.cs プロジェクト: CodeFork/Serenity
 /// <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
ファイル: Size.cs プロジェクト: Kingefosa/Serenity
 /// <summary>
 /// Compares two Sizes.
 /// </summary>
 public bool Equals(Size other)
 {
     throw new NotImplementedException();
 }