You are here: Start » AVL.NET » Path Class
Path Class
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Path(Segment2D) | |
![]() | Path(Point2D[], Boolean) | |
![]() | Path(Boolean) | |
![]() | Path() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Closed | System.Boolean | |
![]() | Data | System.IntPtr | |
![]() | IsDisposed | System.Boolean | |
![]() | Item | AvlNet.Point2D | |
![]() | Size | System.Int32 |
Methods
Name | Description | |
---|---|---|
![]() | 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 |