[]
Represents a collection of fragments (RenderFragment) of a RenderObject. All elements of this collection are sorted by ZOrder of the render object to perform drawing and searching.
public class RenderFragmentCollection : OwnedCollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets or sets the element at the specified index. |
| Name | Description |
|---|---|
| FindByObject(RenderObject) | Searches for a RenderFragment in the current collection that was produced by a specific RenderObject. |
| FindByObject(RenderObject, bool) | Searches for a RenderFragment in the current collection that was produced by a specific RenderObject. |
| FindByObjectId(int) | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified C1.C1Preview.RenderObject.Id. |
| FindByObjectName(string) | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Name. |
| IndexOf(RenderFragment) | Gets the index of a RenderFragment in the current collection. |
| Insert(int, RenderFragment) | Inserts a RenderFragment into the current collection at a specified index. |
| OnSet(int, object, object) | Called when an element of the current collection is about to be set. |