Esempio n. 1
0
 public void SetOptions(CircleOptions options)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void SetOptions(CircleOptions options)
 {
     throw new NotImplementedException();
 }
Esempio n. 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();
 }
Esempio n. 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();
 }