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

Point3DGrid Class

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

Constructors

 ConstructorDescription
Point3DGrid(Int32, Int32, IntPtr)
Point3DGrid(Int32, Int32)
Point3DGrid(Point3DGrid)Creates a deep copy of the passed object.
Point3DGrid()

Properties

 NameTypeDescription
DataSystem.IntPtr
EmptySystem.Boolean
HeightSystem.Int32
InvalidPointAvlNet.Point3D
IsDisposedSystem.Boolean
ItemAvlNet.Point3D
SizeSystem.Int32
WidthSystem.Int32

Methods

 NameDescription
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

See also