Public Member Functions | |
ImageDescription (int width, int height, int stride, int bufferWidth, int bufferHeight, PIXEL_FORMAT format) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Properties | |
int | BufferHeight [get] |
The height (number of rows) of the underlying pixel buffer. More... | |
int | BufferWidth [get] |
The width (number of columns) of the underlying pixel buffer. More... | |
int | Height [get] |
The height of the image in pixels. Note that the pixel buffer can be higher than this. More... | |
PIXEL_FORMAT | PixelFormat [get] |
The pixel format of the image More... | |
int | Stride [get] |
The number of bytes between the start of a pixel row and the start of the next More... | |
int | Width [get] |
The width of the image in pixels. Note that the pixel buffer can be wider than this. More... | |
static ImageDescription | Zero [get] |
ImageDescription | ( | int | width, |
int | height, | ||
int | stride, | ||
int | bufferWidth, | ||
int | bufferHeight, | ||
PIXEL_FORMAT | format | ||
) |
override bool Equals | ( | object | obj | ) |
override int GetHashCode | ( | ) |
|
get |
The height (number of rows) of the underlying pixel buffer.
|
get |
The width (number of columns) of the underlying pixel buffer.
|
get |
The height of the image in pixels. Note that the pixel buffer can be higher than this.
|
get |
The pixel format of the image
|
get |
The number of bytes between the start of a pixel row and the start of the next
|
get |
The width of the image in pixels. Note that the pixel buffer can be wider than this.
|
staticget |