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

SpatialMap Class

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

Constructors

 ConstructorDescription
SpatialMap(SpatialMap)Creates a deep copy of the passed object.
SpatialMap()

Properties

 NameTypeDescription
HeightSystem.Int32
ImageDepthSystem.Int32
ImageHeightSystem.Int32
ImagePitchSystem.Int32
ImageTypeAvlNet.PlainType
ImageWidthSystem.Int32
IsDisposedSystem.Boolean
IsEmptySystem.Boolean
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.SpatialMap)
Equals(AvlNet.SpatialMap, AvlNet.SpatialMap)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset()
Reset(AvlNet.SpatialMap)Resets this instance with data of the other SpatialMap object.
Reset(AvlNet.ImageFormat, int, int, int, AvlNet.InterpolationMethod, byte[], byte[])
Reset(AvlNet.ImageFormat, int, int, int, AvlNet.InterpolationMethod, System.IntPtr, System.IntPtr)
ToString()Inherited from System.Object
TryProbePointOffset(int, int, System.Drawing.SizeF)

See also