Ejemplo n.º 1
0
 public void SetOptions(RectangleOptions options)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void SetOptions(RectangleOptions options)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Create a rectangle using the passed RectangleOptions, which specify the bounds and style.
 /// </summary>
 public Rectangle(RectangleOptions opts)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Create a rectangle using the passed RectangleOptions, which specify the bounds and style.
 /// </summary>
 public Rectangle(RectangleOptions opts)
 {
     throw new NotImplementedException();
 }