|
| Bitmap (INT width, INT height, Graphics *target) |
|
| Bitmap (const BITMAPINFO *gdiBitmapInfo, VOID *gdiBitmapData) |
|
| Bitmap (INT width, INT height, PixelFormat format) |
|
| Bitmap (HBITMAP hbm, HPALETTE hpal) |
|
| Bitmap (INT width, INT height, INT stride, PixelFormat format, BYTE *scan0) |
|
| Bitmap (const WCHAR *filename, BOOL useIcm) |
|
| Bitmap (HINSTANCE hInstance, const WCHAR *bitmapName) |
|
| Bitmap (HICON hicon) |
|
| Bitmap (IStream *stream, BOOL useIcm) |
|
Bitmap * | Clone (const Rect &rect, PixelFormat format) |
|
Bitmap * | Clone (const RectF &rect, PixelFormat format) |
|
Bitmap * | Clone (REAL x, REAL y, REAL width, REAL height, PixelFormat format) |
|
Bitmap * | Clone (INT x, INT y, INT width, INT height, PixelFormat format) |
|
Status | GetHBITMAP (const Color &colorBackground, HBITMAP *hbmReturn) |
|
Status | GetHICON (HICON *hicon) |
|
Status | GetPixel (INT x, INT y, Color *color) |
|
Status | LockBits (const Rect *rect, UINT flags, PixelFormat format, BitmapData *lockedBitmapData) |
|
Status | SetPixel (INT x, INT y, const Color &color) |
|
Status | SetResolution (REAL xdpi, REAL ydpi) |
|
Status | UnlockBits (BitmapData *lockedBitmapData) |
|
| Image (IStream *stream, BOOL useEmbeddedColorManagement=FALSE) |
|
| Image (const WCHAR *filename, BOOL useEmbeddedColorManagement=FALSE) |
|
Image * | Clone () |
|
virtual | ~Image () |
|
Status | GetAllPropertyItems (UINT totalBufferSize, UINT numProperties, PropertyItem *allItems) |
|
Status | GetBounds (RectF *srcRect, Unit *srcUnit) |
|
Status | GetEncoderParameterList (const CLSID *clsidEncoder, UINT size, EncoderParameters *buffer) |
|
UINT | GetEncoderParameterListSize (const CLSID *clsidEncoder) |
|
UINT | GetFlags () |
|
UINT | GetFrameCount (const GUID *dimensionID) |
|
UINT | GetFrameDimensionsCount () |
|
Status | GetFrameDimensionsList (GUID *dimensionIDs, UINT count) |
|
UINT | GetHeight () |
|
REAL | GetHorizontalResolution () |
|
Status | GetLastStatus () |
|
Status | GetPalette (ColorPalette *palette, INT size) |
|
INT | GetPaletteSize () |
|
Status | GetPhysicalDimension (SizeF *size) |
|
PixelFormat | GetPixelFormat () |
|
UINT | GetPropertyCount () |
|
Status | GetPropertyIdList (UINT numOfProperty, PROPID *list) |
|
Status | GetPropertyItem (PROPID propId, UINT propSize, PropertyItem *buffer) |
|
UINT | GetPropertyItemSize (PROPID propId) |
|
Status | GetPropertySize (UINT *totalBufferSize, UINT *numProperties) |
|
Status | GetRawFormat (GUID *format) |
|
Image * | GetThumbnailImage (UINT thumbWidth, UINT thumbHeight, GetThumbnailImageAbort callback, VOID *callbackData) |
|
ImageType | GetType () |
|
REAL | GetVerticalResolution () |
|
UINT | GetWidth () |
|
Status | RemovePropertyItem (PROPID propId) |
|
Status | RotateFlip (RotateFlipType rotateFlipType) |
|
Status | Save (IStream *stream, const CLSID *clsidEncoder, const EncoderParameters *encoderParams) |
|
Status | Save (const WCHAR *filename, const CLSID *clsidEncoder, const EncoderParameters *encoderParams) |
|
Status | SaveAdd (const EncoderParameters *encoderParams) |
|
Status | SaveAdd (Image *newImage, const EncoderParameters *encoderParams) |
|
Status | SelectActiveFrame (const GUID *dimensionID, UINT frameIndex) |
|
Status | SetPalette (const ColorPalette *palette) |
|
Status | SetPropertyItem (const PropertyItem *item) |
|
void | operator delete (void *in_pVoid) |
|
void | operator delete[] (void *in_pVoid) |
|
void * | operator new (size_t in_size) |
|
void * | operator new[] (size_t in_size) |
|
Definition at line 378 of file gdiplusheaders.h.