|
ReactOS 0.4.17-dev-243-g1369312
|
#include <gdiplus_private.h>

Public Attributes | |
| GpImage | image |
| INT | width |
| INT | height |
| PixelFormat | format |
| ImageLockMode | lockmode |
| BYTE * | bitmapbits |
| BYTE * | bits |
| INT | stride |
| BYTE * | own_bits |
| INT | lockx |
| INT | locky |
| IWICMetadataReader * | metadata_reader |
| UINT | prop_count |
| PropertyItem * | prop_item |
Definition at line 484 of file gdiplus_private.h.
| BYTE* GpBitmap::bitmapbits |
Definition at line 490 of file gdiplus_private.h.
| BYTE* GpBitmap::bits |
Definition at line 491 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| PixelFormat GpBitmap::format |
Definition at line 488 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| INT GpBitmap::height |
Definition at line 487 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| GpImage GpBitmap::image |
Definition at line 485 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea(), and GdipImageRotateFlip().
| ImageLockMode GpBitmap::lockmode |
Definition at line 489 of file gdiplus_private.h.
| INT GpBitmap::lockx |
Definition at line 494 of file gdiplus_private.h.
| INT GpBitmap::locky |
Definition at line 494 of file gdiplus_private.h.
| IWICMetadataReader* GpBitmap::metadata_reader |
Definition at line 495 of file gdiplus_private.h.
| BYTE* GpBitmap::own_bits |
Definition at line 493 of file gdiplus_private.h.
| UINT GpBitmap::prop_count |
Definition at line 496 of file gdiplus_private.h.
| PropertyItem* GpBitmap::prop_item |
Definition at line 497 of file gdiplus_private.h.
| INT GpBitmap::stride |
Definition at line 492 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| INT GpBitmap::width |
Definition at line 486 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().