[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragmentCollection

RenderFragmentCollection Class

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.

Inheritance
RenderFragmentCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderFragmentCollection : OwnedCollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

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.