You are here: Start » FIL.NET » Path Class

Path Class

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Path(IntPtr, Int32, Boolean, Boolean)
Path()
Path(Boolean)
Path(Path)
Path(Segment2D)
Path(List<Point2D>, Boolean)
Path(Point2D[], Boolean)

Properties

 NameTypeDescription
BackFil.Point2D
BeginSystem.IntPtr
CapacitySystem.Int32
ClosedSystem.Boolean
EmptySystem.Boolean
EndSystem.IntPtr
FrontFil.Point2D
IsDataOwnSystem.Boolean
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
ItemFil.Point2D
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
Clear()
Compact()
Contains(Fil.Point2D)
CopyTo(Fil.Path)
CopyTo(Fil.Point2D[], int)
Dispose()Inherited from Fil.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Fil.Path)
Erase(System.IntPtr)
Erase(System.IntPtr, System.IntPtr)
GetEnumerator()
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
IndexOf(Fil.Point2D)
Insert(int, Fil.Point2D)
Insert(System.IntPtr, System.IntPtr)
Insert(System.IntPtr, Fil.Point2D)
Insert(System.IntPtr, System.IntPtr, System.IntPtr)
MakeDataOwn()
MoveTo(Fil.Path)
PopBack()
PushBack(Fil.Point2D)
Release()
RemoveAt(int)
Remove(Fil.Point2D)
Reserve(int)
Reset()
Reset(bool)
Reset(int)
Reset(List<Fil.Point2D>, bool)
Reset(System.IntPtr, int, bool)
Reset(System.IntPtr, int, bool, bool)
Resize(int)
Resize(int, Fil.Point2D)
Swap(List<Fil.Point2D>)
ToArray()
ToString()Inherited from System.Object

See also