[]
Adds a CanvasShape to the end of the run.
public CanvasShape AddCanvasShape()
Public Function AddCanvasShape() As CanvasShape
| Type | Description |
|---|---|
| CanvasShape | The added CanvasShape. |
Adds a CanvasShape to the end of the run.
public CanvasShape AddCanvasShape(float width, float height)
Public Function AddCanvasShape(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 added CanvasShape. |