Description:
This object contains information about image DIB header.
Interface:
IIGDIBInfo
Members:
Methods
GetPtr Method |
This method returns the pointer to the DIB in memory. |
Properties
BitCount Property |
This property provides the number of bits that image pixel occupies. |
Compression Property |
This property provides image compression attribute. |
ClrUsed Property |
This property provides the number of colors available in the image palette. |
ClrImportant Property |
This property provides the number of colors actually used in the image or 0 if this value should be calculated explicitly. |
Height Property |
This property provides the height of image. |
ImageSize Property |
This property provides the size of the image data in bytes. |
Planes Property |
This property provides the number of planes in the image. |
Size Property |
This property provides the size of the DIB header (as it's stored in memory) in bytes. |
Width Property |
This property provides the width of image. |
XPelsPerMeter Property |
This property provides the X component of the image resolution in pixels per meter units. |
YPelsPerMeter Property |
This property provides the Y component of the image resolution in pixels per meter units. |