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

Path Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

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

Properties

 NameTypeDescription
BackAvl.Point2D
BeginSystem.IntPtr
CapacitySystem.Int32
ClosedSystem.Boolean
EmptySystem.Boolean
EndSystem.IntPtr
FrontAvl.Point2D
IsDataOwnSystem.Boolean
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ItemAvl.Point2D
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

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

See also