'Declaration Public Function Add( _ ByVal ro As RenderObject _ ) As Integer
public int Add( RenderObject ro )
Parameters
- ro
- The object to add.
Return Value
The index of the newly added object in the current collection.
'Declaration Public Function Add( _ ByVal ro As RenderObject _ ) As Integer
public int Add( RenderObject ro )