[]
Adds the specified RenderObject to the current collection.
public int Add(RenderObject ro)
Public Function Add(ro As RenderObject) As Integer
| Type | Name | Description |
|---|---|---|
| RenderObject | ro | The object to add. |
| Type | Description |
|---|---|
| int | The index of the newly added object in the current collection. |