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