示例#1
0
 public void SetOptions(CircleOptions options)
 {
     throw new NotImplementedException();
 }
示例#2
0
 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
 /// <summary>
 /// Create a circle using the passed CircleOptions, which specify the center, radius, and style.
 /// </summary>
 public Circle(CircleOptions opts)
 {
     throw new NotImplementedException();
 }