PlotPointCollection Class

Collection of PlotPointItem Items.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public class PlotPointCollection : List<PlotPointItem>
Inheritance
Object    ListPlotPointItem    PlotPointCollection

Constructors

PlotPointCollectionInitializes a new instance of the PlotPointCollection class

Properties

Capacity
(Inherited from ListPlotPointItem)
Count
(Inherited from ListPlotPointItem)
Item
(Inherited from ListPlotPointItem)

Methods

Add(T)
(Inherited from ListPlotPointItem)
Add(PlotPointPenStatus, FVector2) Add a new item to the collection by member values.
AddRange
(Inherited from ListPlotPointItem)
AsReadOnly
(Inherited from ListPlotPointItem)
BinarySearch(T)
(Inherited from ListPlotPointItem)
BinarySearch(T, IComparerT)
(Inherited from ListPlotPointItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListPlotPointItem)
Clear
(Inherited from ListPlotPointItem)
ClosestPoint Return the closest point to the provided location from the supplied collection of points.
ClosestPointIndex Return the index of the closest point to the provided location from the supplied collection of points.
Contains
(Inherited from ListPlotPointItem)
ConvertAllTOutput
(Inherited from ListPlotPointItem)
CopyTo(T)
(Inherited from ListPlotPointItem)
CopyTo(T, Int32)
(Inherited from ListPlotPointItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListPlotPointItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListPlotPointItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListPlotPointItem)
FindAll
(Inherited from ListPlotPointItem)
FindIndex(PredicateT)
(Inherited from ListPlotPointItem)
FindIndex(Int32, PredicateT)
(Inherited from ListPlotPointItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListPlotPointItem)
FindLast
(Inherited from ListPlotPointItem)
FindLastIndex(PredicateT)
(Inherited from ListPlotPointItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListPlotPointItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListPlotPointItem)
ForEach
(Inherited from ListPlotPointItem)
GetCenter Return the center coordinate of all of the points in the path.
GetEnumerator
(Inherited from ListPlotPointItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListPlotPointItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListPlotPointItem)
IndexOf(T, Int32)
(Inherited from ListPlotPointItem)
IndexOf(T, Int32, Int32)
(Inherited from ListPlotPointItem)
Insert
(Inherited from ListPlotPointItem)
InsertRange
(Inherited from ListPlotPointItem)
LastIndexOf(T)
(Inherited from ListPlotPointItem)
LastIndexOf(T, Int32)
(Inherited from ListPlotPointItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListPlotPointItem)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListPlotPointItem)
RemoveAll
(Inherited from ListPlotPointItem)
RemoveAt
(Inherited from ListPlotPointItem)
RemoveRange
(Inherited from ListPlotPointItem)
Reverse
(Inherited from ListPlotPointItem)
Reverse(Int32, Int32)
(Inherited from ListPlotPointItem)
Sort
(Inherited from ListPlotPointItem)
Sort(ComparisonT)
(Inherited from ListPlotPointItem)
Sort(IComparerT)
(Inherited from ListPlotPointItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListPlotPointItem)
ToArray
(Inherited from ListPlotPointItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListPlotPointItem)
TrueForAll
(Inherited from ListPlotPointItem)

Operators

(ListFVector2 to PlotPointCollection) Cast the List<FVector2> instance to a PlotPointCollection.

Explicit Interface Implementations

See Also