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

Path Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Path(Segment2D)
Path(Point2D[], Boolean)
Path(Boolean)
Path()

Properties

 NameTypeDescription
ClosedSystem.Boolean
DataSystem.IntPtr
IsDisposedSystem.Boolean
ItemAvlNet.Point2D
SizeSystem.Int32

Methods

 NameDescription
AddPoint(float, float)
Clear()
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToArray()
ToString()Inherited from System.Object

See also