ReactOS 0.4.17-dev-243-g1369312
GpBitmap Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpBitmap:

Public Attributes

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

Detailed Description

Definition at line 484 of file gdiplus_private.h.

Member Data Documentation

◆ bitmapbits

BYTE* GpBitmap::bitmapbits

Definition at line 490 of file gdiplus_private.h.

◆ bits

BYTE* GpBitmap::bits

Definition at line 491 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ format

PixelFormat GpBitmap::format

Definition at line 488 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ height

INT GpBitmap::height

Definition at line 487 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ image

GpImage GpBitmap::image

Definition at line 485 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea(), and GdipImageRotateFlip().

◆ lockmode

ImageLockMode GpBitmap::lockmode

Definition at line 489 of file gdiplus_private.h.

◆ lockx

INT GpBitmap::lockx

Definition at line 494 of file gdiplus_private.h.

◆ locky

INT GpBitmap::locky

Definition at line 494 of file gdiplus_private.h.

◆ metadata_reader

IWICMetadataReader* GpBitmap::metadata_reader

Definition at line 495 of file gdiplus_private.h.

◆ own_bits

BYTE* GpBitmap::own_bits

Definition at line 493 of file gdiplus_private.h.

◆ prop_count

UINT GpBitmap::prop_count

Definition at line 496 of file gdiplus_private.h.

◆ prop_item

PropertyItem* GpBitmap::prop_item

Definition at line 497 of file gdiplus_private.h.

◆ stride

INT GpBitmap::stride

Definition at line 492 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().

◆ width

INT GpBitmap::width

Definition at line 486 of file gdiplus_private.h.

Referenced by GdipCloneBitmapArea().


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