The UnmanagedImage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UnmanagedImage(BitmapData) |
Initializes a new instance of the UnmanagedImage class.
| |
| UnmanagedImage(IntPtr, Int32, Int32, Int32, PixelFormat) |
Initializes a new instance of the UnmanagedImage class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Dispose the object.
|
Properties
| Name | Description | |
|---|---|---|
| Height |
Image height in pixels.
| |
| ImageData |
Pointer to image data in unmanaged memory
| |
| PixelFormat |
Image pixel format.
| |
| Stride |
Image stride (line size in bytes)
| |
| Width |
Image width in pixels.
|