[]
Inserts a CanvasShape into this collection at a specified location.
public CanvasShape Insert(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| CanvasShape | The inserted CanvasShape. |
Inserts a CanvasShape into this collection at a specified location.
public CanvasShape Insert(float width, float height, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| float | width | The canvas width, in points. |
| float | height | The canvas height, in points. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| CanvasShape | The inserted CanvasShape. |