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