Class ShapeCollection
Holds the list of objects of ShapeBase type.
Inherited Members
Namespace: FastReport.Map
Assembly: FastReport.dll
Syntax
public class ShapeCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
ShapeCollection()
Initializes a new instance of the ShapeCollection class with default settings.
Declaration
public ShapeCollection()
ShapeCollection(Base)
Initializes a new instance of the ShapeCollection class with specified owner.
Declaration
public ShapeCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner |
Properties
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public ShapeBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of an element. |
Property Value
Type | Description |
---|---|
ShapeBase | The element at the specified index. |