UnmanagedImage Properties |
The UnmanagedImage type exposes the following members.
Name | Description | |
---|---|---|
Bytes |
Gets the image size, in bytes.
| |
Height |
Image height in pixels.
| |
ImageData |
Pointer to image data in unmanaged memory.
| |
Offset | ||
PixelFormat |
Image pixel format.
| |
PixelSize |
Gets the size of the pixels in this image, in bytes. For
example, a 8-bpp grayscale image would have pixel size 1.
| |
Size |
Gets the image size, in pixels.
| |
Stride |
Image stride (line size in bytes).
| |
Width |
Image width in pixels.
|