Overload | Description |
---|---|
AddShape() | Adds a new GeometryType.Rectangle Shape (100 x 100 points) to the end of the group shape. |
AddShape(Single,Single,String) | Adds a new GeometryType.Rectangle Shape with a specified size and text to the end of the group shape. |
AddShape(Single,Single,String,GeometryType) | Adds a new Shape with a specified size, text and geometry to the end of the group shape. |
AddShape(Single,Single,GeometryType) | Adds a new Shape with a specified size and text to the end of the group shape. |