EMRCREATEMONOBRUSH
The EMRCREATEMONOBRUSH
structure contains members for the CreatePatternBrush
typedef struct tagEMRCREATEMONOBRUSH
{
EMR
emr;
DWORD
ihBrush;
DWORD
iUsage;
DWORD
offBmi;
DWORD
cbBmi;
DWORD
offBits;
DWORD
cbBits;
} EMRCREATEMONOBRUSH, *PEMRCREATEMONOBRUSH;
Members
emr
Base
structure for all record types.
ihBrush
Index of
brush in handle table.
iUsage
Value
specifying whether the bmiColors member of the BITMAPINFO
offBmi
Offset to BITMAPINFO
structure.
cbBmi
Size of BITMAPINFO
structure.
offBits
Offset to
bitmap bits.
cbBits
Size of
bitmap bits.
See Also