ReactOS 0.4.15-dev-7961-gdcf9eb0
GpBitmap Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpBitmap:

Public Attributes

GpImage image
 
INT width
 
INT height
 
PixelFormat format
 
ImageLockMode lockmode
 
BYTEbitmapbits
 
HBITMAP hbitmap
 
HDC hdc
 
BYTEbits
 
INT stride
 
BYTEown_bits
 
INT lockx
 
INT locky
 
IWICMetadataReadermetadata_reader
 
UINT prop_count
 
PropertyItemprop_item
 

Detailed Description

Definition at line 426 of file gdiplus_private.h.

Member Data Documentation

◆ bitmapbits

BYTE* GpBitmap::bitmapbits

Definition at line 432 of file gdiplus_private.h.

◆ bits

BYTE* GpBitmap::bits

Definition at line 435 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ format

PixelFormat GpBitmap::format

Definition at line 430 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ hbitmap

HBITMAP GpBitmap::hbitmap

Definition at line 433 of file gdiplus_private.h.

◆ hdc

HDC GpBitmap::hdc

Definition at line 434 of file gdiplus_private.h.

◆ height

INT GpBitmap::height

Definition at line 429 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ image

GpImage GpBitmap::image

Definition at line 427 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea(), and GdipImageRotateFlip().

◆ lockmode

ImageLockMode GpBitmap::lockmode

Definition at line 431 of file gdiplus_private.h.

◆ lockx

INT GpBitmap::lockx

Definition at line 438 of file gdiplus_private.h.

◆ locky

INT GpBitmap::locky

Definition at line 438 of file gdiplus_private.h.

◆ metadata_reader

IWICMetadataReader* GpBitmap::metadata_reader

Definition at line 439 of file gdiplus_private.h.

◆ own_bits

BYTE* GpBitmap::own_bits

Definition at line 437 of file gdiplus_private.h.

◆ prop_count

UINT GpBitmap::prop_count

Definition at line 440 of file gdiplus_private.h.

◆ prop_item

PropertyItem* GpBitmap::prop_item

Definition at line 441 of file gdiplus_private.h.

◆ stride

INT GpBitmap::stride

Definition at line 436 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ width

INT GpBitmap::width

Definition at line 428 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().


The documentation for this struct was generated from the following file: