ImageMemoryHandle Property |
Gets the pointer to the memory handled by this object.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IntPtr Handle { get; }
Public ReadOnly Property Handle As IntPtr
Get
Property Value
Type:
IntPtr The pointer to the memory handled by this object.
Remarks This class is no longer used in DotImage. Please use PixelMemory instead.
See Also