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