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