PathEntryCollection Class

Collection of PathEntryItem Items.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public class PathEntryCollection : List<PathEntryItem>
Inheritance
Object    ListPathEntryItem    PathEntryCollection

Constructors

PathEntryCollectionInitializes a new instance of the PathEntryCollection class

Properties

Capacity
(Inherited from ListPathEntryItem)
Count
(Inherited from ListPathEntryItem)
Item
(Inherited from ListPathEntryItem)

Methods

Add
(Inherited from ListPathEntryItem)
AddRange
(Inherited from ListPathEntryItem)
AsReadOnly
(Inherited from ListPathEntryItem)
BinarySearch(T)
(Inherited from ListPathEntryItem)
BinarySearch(T, IComparerT)
(Inherited from ListPathEntryItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListPathEntryItem)
Clear
(Inherited from ListPathEntryItem)
Contains
(Inherited from ListPathEntryItem)
ConvertAllTOutput
(Inherited from ListPathEntryItem)
ConvertToAbsolute Return a new collection whose path entries are absolute representations of the members of the supplied entries collection.
CopyTo(T)
(Inherited from ListPathEntryItem)
CopyTo(T, Int32)
(Inherited from ListPathEntryItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListPathEntryItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListPathEntryItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListPathEntryItem)
FindAll
(Inherited from ListPathEntryItem)
FindIndex(PredicateT)
(Inherited from ListPathEntryItem)
FindIndex(Int32, PredicateT)
(Inherited from ListPathEntryItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListPathEntryItem)
FindLast
(Inherited from ListPathEntryItem)
FindLastIndex(PredicateT)
(Inherited from ListPathEntryItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListPathEntryItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListPathEntryItem)
ForEach
(Inherited from ListPathEntryItem)
GetEnumerator
(Inherited from ListPathEntryItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListPathEntryItem)
GetType
(Inherited from Object)
GetVertices Return a list of distinct vertices rendered from the caller's path entry collection.
IndexOf(T)
(Inherited from ListPathEntryItem)
IndexOf(T, Int32)
(Inherited from ListPathEntryItem)
IndexOf(T, Int32, Int32)
(Inherited from ListPathEntryItem)
Insert
(Inherited from ListPathEntryItem)
InsertRange
(Inherited from ListPathEntryItem)
LastIndexOf(T)
(Inherited from ListPathEntryItem)
LastIndexOf(T, Int32)
(Inherited from ListPathEntryItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListPathEntryItem)
MemberwiseClone
(Inherited from Object)
Parse Parse the elements in the raw SVG path string into individual plot point records.
Remove
(Inherited from ListPathEntryItem)
RemoveAll
(Inherited from ListPathEntryItem)
RemoveAt
(Inherited from ListPathEntryItem)
RemoveRange
(Inherited from ListPathEntryItem)
Reverse
(Inherited from ListPathEntryItem)
Reverse(Int32, Int32)
(Inherited from ListPathEntryItem)
Sort
(Inherited from ListPathEntryItem)
Sort(ComparisonT)
(Inherited from ListPathEntryItem)
Sort(IComparerT)
(Inherited from ListPathEntryItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListPathEntryItem)
ToArray
(Inherited from ListPathEntryItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListPathEntryItem)
TrueForAll
(Inherited from ListPathEntryItem)

Explicit Interface Implementations

See Also