예제 #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();
 }