You are here: Start » AVL.NET » Point3DGrid Class
Point3DGrid Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Point3DGrid(Int32, Int32, IntPtr) | ||
| Point3DGrid(Int32, Int32) | ||
| Point3DGrid(Point3DGrid) | Creates a deep copy of the passed object. | |
| Point3DGrid() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Area | System.Int32 | ||
| Data | System.IntPtr | ||
| Empty | System.Boolean | ||
| Height | System.Int32 | ||
| InvalidPoint | AvlNet.Point3D | ||
| IsDisposed | System.Boolean | ||
| Item | AvlNet.Point3D | ||
| Size | System.Int32 | ||
| Width | System.Int32 |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Point3DGrid) | ||
| Equals(AvlNet.Point3DGrid, AvlNet.Point3DGrid) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| IsPointValid(AvlNet.Point3D) | ||
| Reset(AvlNet.Point3DGrid) | Resets this instance with data of the other Point3DGrid object. | |
| SetPoints(AvlNet.Point3D) | ||
| ToString() | Inherited from System.Object |
