[]
Searches the current collection for a RenderObject with the specified value of the C1.C1Preview.RenderObject.Id property.
public RenderObject FindById(int id)
Type | Name | Description |
---|---|---|
int | id | The Id to search for. |
Type | Description |
---|---|
RenderObject | The render object with the specified Id, or null of no such object was found. |