9#if !defined(OWL_DIBITMAP_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
52 int BitsPixel()
const;
57 #if !defined(STRIP_UNDEFINED)
TBitmap is the GDI bitmap class derived from TGdiObject.
The clipboard class encapsulates the methods for the clipboard object of Windows.
The TDiBitmap class is a combination of a TDib and a TBitmap.
int BitsPixel() const
Return number of bits to hold each pixel.
TSize Size() const
Return the size of the dib.
int Height() const
Return the height of the dib.
void CheckValid(uint resId=IDS_GDIFAILURE)
int Width() const
Return the width of the dib.
Pseudo-GDI object Device Independent Bitmap (DIB) class.
int BitsPixel() const
Return the number of bits (2, 4, 8, 16, 24, or 32) used to store a pixel for the DIB.
int Width() const
Returns the width of the DIB.
int Height() const
Returns the height of the DIB.
TSize Size() const
Returns TSize(W,H), the size of this DIB.
The TFile class encapsulates standard file characteristics and operations.
A halftone palette is intended for use when the stretching mode of a device context is set to HALFTON...
An identity palette is a palette where the colors and order of those colors match the physical palett...
TPalette is the GDI Palette class derived from TGdiObject.
The tagSIZE struct is defined as.
Definition of abstract GDI object class and derived classes.
TAutoDelete
Flag for Handle ctors to control Handle deletion in dtor.
Object Windows Library (OWLNext Core)