Example #1
0
 /// <summary>
 /// Set the shape of this Picture to one in the RectangleShapes enumeration.
 /// </summary>
 /// <param name="shape">A shape from the RectangleShapes enumeration.</param>
 public void SetPictureShape(RectangleShapes shape)
 {
     SetPictureShape((object)shape);
 }
Example #2
0
 /// <summary>
 /// Set the shape of this Picture to one in the RectangleShapes enumeration.
 /// </summary>
 /// <param name="shape">A shape from the RectangleShapes enumeration.</param>
 public void SetPictureShape(RectangleShapes shape)
 {
     SetPictureShape((object)shape);
 }