[]
Inserts a CanvasShape into this collection at a specified location.
public CanvasShape Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As CanvasShape
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)
Public Function Insert(width As Single, height As Single, location As InsertLocation) As CanvasShape
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. |