The UnmanagedImage type exposes the following members.

Constructors

  NameDescription
Public methodUnmanagedImage(BitmapData)
Initializes a new instance of the UnmanagedImage class.
Public methodUnmanagedImage(IntPtr, Int32, Int32, Int32, PixelFormat)
Initializes a new instance of the UnmanagedImage class.

Methods

  NameDescription
Public methodDispose
Dispose the object.

Properties

  NameDescription
Public propertyHeight
Image height in pixels.
Public propertyImageData
Pointer to image data in unmanaged memory
Public propertyPixelFormat
Image pixel format.
Public propertyStride
Image stride (line size in bytes)
Public propertyWidth
Image width in pixels.

See Also