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