The following tables list the members exposed by RasterPaintDibInfo.
Name | Description | |
---|---|---|
RasterPaintDibInfo | Constructs a new RasterPaintDibInfo class. |
Name | Description | |
---|---|---|
Default | Fills the RasterPaintCallbacks class with the default settings. |
Name | Description | |
---|---|---|
BitsPerPixel | Set or get the default bits per pixel of the data expected by the graphics device. | |
BytesPerLine | Gets the expected stride (number of bytes per line). | |
Flags | Collection of flags indicating various options for the bitmap. | |
HighBit | Indicates the high bit of the image data (valid only for grayscale 12 or 16-bit data). | |
LowBit | Indicates the low bit of the image data (valid only for grayscale 12 or 16-bit data). | |
Order | Indicates the data order (grayscale, BGR, RGB, etc). | |
PlaneCount | Indicates whether the image data should be interleaved or planar. | |
ViewPerspective | Indicates the expected orientation of the image data. |