Search Results for

    Show / Hide Table of Contents

    Class ShapeCollection

    Holds the list of objects of ShapeBase type.

    Inheritance
    System.Object
    System.Collections.CollectionBase
    FRCollectionBase
    ShapeCollection
    Inherited Members
    FRCollectionBase.Owner
    FRCollectionBase.AddRange(Base[])
    FRCollectionBase.AddRange(ObjectCollection)
    FRCollectionBase.Add(Base)
    FRCollectionBase.Insert(Int32, Base)
    FRCollectionBase.Remove(Base)
    FRCollectionBase.IndexOf(Base)
    FRCollectionBase.Contains(Base)
    FRCollectionBase.ToArray()
    FRCollectionBase.Equals(FRCollectionBase)
    FRCollectionBase.CopyTo(FRCollectionBase)
    FRCollectionBase.OnInsert(Int32, Object)
    FRCollectionBase.OnRemove(Int32, Object)
    FRCollectionBase.OnClear()
    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.

    Back to top © 1998-2025 Copyright Fast Reports Inc.