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