Search Results for

    Show / Hide Table of Contents

    Class PolyLineObject.PolyPointCollection

    Inheritance
    System.Object
    PolyLineObject.PolyPointCollection
    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public class PolyPointCollection : IEnumerable<PolyLineObject.PolyPoint>, IEnumerable

    Constructors

    PolyPointCollection()

    Declaration
    public PolyPointCollection()

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    Item[Int32]

    Declaration
    public PolyLineObject.PolyPoint this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    PolyLineObject.PolyPoint

    Methods

    Add(PolyLineObject.PolyPoint)

    Declaration
    public void Add(PolyLineObject.PolyPoint item)
    Parameters
    Type Name Description
    PolyLineObject.PolyPoint item

    Clear()

    Declaration
    public void Clear()

    Clone()

    Declaration
    public PolyLineObject.PolyPointCollection Clone()
    Returns
    Type Description
    PolyLineObject.PolyPointCollection

    GetEnumerator()

    Declaration
    public IEnumerator<PolyLineObject.PolyPoint> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<PolyLineObject.PolyPoint>

    IndexOf(PolyLineObject.PolyPoint)

    Declaration
    public int IndexOf(PolyLineObject.PolyPoint currentPoint)
    Parameters
    Type Name Description
    PolyLineObject.PolyPoint currentPoint
    Returns
    Type Description
    System.Int32

    Insert(Int32, PolyLineObject.PolyPoint)

    Declaration
    public void Insert(int index, PolyLineObject.PolyPoint item)
    Parameters
    Type Name Description
    System.Int32 index
    PolyLineObject.PolyPoint item

    Remove(Int32)

    Declaration
    public void Remove(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Back to top © 1998-2025 Copyright Fast Reports Inc.