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