FPath Class

Collection of points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FPath : List<FPoint>
Inheritance
Object    ListFPoint    FPath

Constructors

FPathInitializes a new instance of the FPath class

Properties

Capacity
(Inherited from ListFPoint)
Count
(Inherited from ListFPoint)
Item
(Inherited from ListFPoint)

Methods

Add(T)
(Inherited from ListFPoint)
Add(Single, Single) Add an item to the path by member values.
AddRange
(Inherited from ListFPoint)
AsReadOnly
(Inherited from ListFPoint)
BinarySearch(T)
(Inherited from ListFPoint)
BinarySearch(T, IComparerT)
(Inherited from ListFPoint)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListFPoint)
Clear
(Inherited from ListFPoint)
Clone Return a memberwise clone of the provided path.
Contains
(Inherited from ListFPoint)
ConvertAllTOutput
(Inherited from ListFPoint)
CopyTo(T)
(Inherited from ListFPoint)
CopyTo(T, Int32)
(Inherited from ListFPoint)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListFPoint)
Equals
(Inherited from Object)
Exists
(Inherited from ListFPoint)
Finalize
(Inherited from Object)
Find
(Inherited from ListFPoint)
FindAll
(Inherited from ListFPoint)
FindIndex(PredicateT)
(Inherited from ListFPoint)
FindIndex(Int32, PredicateT)
(Inherited from ListFPoint)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListFPoint)
FindLast
(Inherited from ListFPoint)
FindLastIndex(PredicateT)
(Inherited from ListFPoint)
FindLastIndex(Int32, PredicateT)
(Inherited from ListFPoint)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListFPoint)
ForEach
(Inherited from ListFPoint)
GetCenter Return the center of the polygon.
GetEnumerator
(Inherited from ListFPoint)
GetHashCode
(Inherited from Object)
GetLines Return a collection of lines representing the supplied path.
GetRange
(Inherited from ListFPoint)
GetType
(Inherited from Object)
GetVertices Return the collection of vertices on the specified path.
IndexOf(T)
(Inherited from ListFPoint)
IndexOf(T, Int32)
(Inherited from ListFPoint)
IndexOf(T, Int32, Int32)
(Inherited from ListFPoint)
Insert
(Inherited from ListFPoint)
InsertRange
(Inherited from ListFPoint)
IsEmpty Return a value indicating whether the specified path is empty.
IsPointInPolygon Return a value indicating whether the specified point is in the caller's polygon.
LastIndexOf(T)
(Inherited from ListFPoint)
LastIndexOf(T, Int32)
(Inherited from ListFPoint)
LastIndexOf(T, Int32, Int32)
(Inherited from ListFPoint)
MaxX Return the maximum X coordinate value found in the provided list of points.
MaxY Return the maximum Y coordinate value found in the provided list of points.
MemberwiseClone
(Inherited from Object)
MinX Return the minumum X coordinate value found in the provided list of points.
MinY Return the minimum Y coordinate value found in the provided list of points.
Remove
(Inherited from ListFPoint)
RemoveAll
(Inherited from ListFPoint)
RemoveAt
(Inherited from ListFPoint)
RemoveRange
(Inherited from ListFPoint)
Reverse
(Inherited from ListFPoint)
Reverse(Int32, Int32)
(Inherited from ListFPoint)
Sort
(Inherited from ListFPoint)
Sort(ComparisonT)
(Inherited from ListFPoint)
Sort(IComparerT)
(Inherited from ListFPoint)
Sort(Int32, Int32, IComparerT)
(Inherited from ListFPoint)
ToArray
(Inherited from ListFPoint)
ToString
(Inherited from Object)
Translate Translate all of the elements in the path by a uniform distance.
TrimExcess
(Inherited from ListFPoint)
TrueForAll
(Inherited from ListFPoint)

Explicit Interface Implementations

See Also