Exemplo n.º 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);
 }
Exemplo n.º 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);
 }