libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
U_EMRMASKBLT Struct Reference

#include <uemf.h>

Data Fields

U_EMR emr
 U_EMR.
 
U_RECTL rclBounds
 Bounding rectangle in device units.
 
U_POINTL Dest
 Destination UL corner in logical units.
 
U_POINTL cDest
 Destination width in logical units.
 
uint32_t dwRop
 Ternary Raster Operation enumeration.
 
U_POINTL Src
 Source UL corner in logical units.
 
U_XFORM xformSrc
 Transform to apply to source.
 
U_COLORREF crBkColorSrc
 Background color.
 
uint32_t iUsageSrc
 DIBcolors Enumeration.
 
U_OFFBMISRC offBmiSrc
 Offset in bytes to U_BITMAPINFO (within srcbitmapbuffer)
 
U_CBBMISRC cbBmiSrc
 Size in bytes of U_BITMAPINFO.
 
U_OFFBITSSRC offBitsSrc
 Offset in bytes to the src bitmap (within srcbitmapbuffer)
 
U_CBBITS cbBitsSrc
 Size in bytes of src bitmap.
 
U_POINTL Mask
 Mask UL corner in logical units.
 
uint32_t iUsageMask
 DIBcolors Enumeration.
 
U_OFFBMIMSK offBmiMask
 Offset in bytes to U_BITMAPINFO (within maskbitmapbuffer)
 
U_CBBMIMSK cbBmiMask
 Size in bytes of U_BITMAPINFO.
 
U_OFFBITSMSK offBitsMask
 Offset in bytes to the mask bitmap (within maskbitmapbuffer)
 
U_CBBITSMSK cbBitsMask
 

Detailed Description

EMF manual 2.3.1.3

Field Documentation

U_CBBITSMSK U_EMRMASKBLT::cbBitsMask

Size in bytes of bitmap Record may include optional Source and mask bitmapbuffers


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