コード例 #1
0
 public void SetOptions(CircleOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Circle.cs プロジェクト: CodeFork/Serenity
 public void SetOptions(CircleOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 /// <summary>
 /// Create a circle using the passed CircleOptions, which specify the center, radius, and style.
 /// </summary>
 public Circle(CircleOptions opts)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: Circle.cs プロジェクト: CodeFork/Serenity
 /// <summary>
 /// Create a circle using the passed CircleOptions, which specify the center, radius, and style.
 /// </summary>
 public Circle(CircleOptions opts)
 {
     throw new NotImplementedException();
 }