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