Show / Hide Table of Contents

Class PolyLineObject.PolyPointCollection

Inheritance
System.Object
PolyLineObject.PolyPointCollection
Implements
System.Collections.Generic.IEnumerable<PolyLineObject.PolyPoint>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.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

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Back to top Generated by DocFX