[]
Adds a CanvasShape to this collection at the End location.
public CanvasShape Add()
| Type | Description |
|---|---|
| CanvasShape | The added CanvasShape. |
Adds a CanvasShape to this collection at the End location.
public CanvasShape Add(float width, float height)
| Type | Name | Description |
|---|---|---|
| float | width | The canvas width, in points. |
| float | height | The canvas height, in points. |
| Type | Description |
|---|---|
| CanvasShape | The inserted CanvasShape. |