Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
U_EMRSTRETCHBLT Struct Reference

EMF manual 2.3.1.6
More...

#include <uemf.h>

Public Attributes

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 bitmapbuffer)
 
U_CBBMISRC cbBmiSrc
 Size in bytes of U_BITMAPINFO.
 
U_OFFBITSSRC offBitsSrc
 Offset in bytes to the bitmap (within bitmapbuffer)
 
U_CBBITS cbBitsSrc
 Size in bytes of bitmap.
 
U_POINTL cSrc
 Src W & H in logical units Record may include optional bitmapbuffer.
 

Detailed Description

EMF manual 2.3.1.6

Definition at line 2793 of file uemf.h.

Member Data Documentation

◆ cbBitsSrc

U_CBBITS U_EMRSTRETCHBLT::cbBitsSrc

Size in bytes of bitmap.

Definition at line 2806 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ cbBmiSrc

U_CBBMISRC U_EMRSTRETCHBLT::cbBmiSrc

Size in bytes of U_BITMAPINFO.

Definition at line 2804 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ cDest

U_POINTL U_EMRSTRETCHBLT::cDest

Destination width in logical units.

Definition at line 2797 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ crBkColorSrc

U_COLORREF U_EMRSTRETCHBLT::crBkColorSrc

Background color.

Definition at line 2801 of file uemf.h.

◆ cSrc

U_POINTL U_EMRSTRETCHBLT::cSrc

Src W & H in logical units Record may include optional bitmapbuffer.

Definition at line 2807 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ Dest

U_POINTL U_EMRSTRETCHBLT::Dest

Destination UL corner in logical units.

Definition at line 2796 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ dwRop

uint32_t U_EMRSTRETCHBLT::dwRop

Ternary Raster Operation enumeration.

Definition at line 2798 of file uemf.h.

◆ emr

U_EMR U_EMRSTRETCHBLT::emr

U_EMR.

Definition at line 2794 of file uemf.h.

◆ iUsageSrc

uint32_t U_EMRSTRETCHBLT::iUsageSrc

DIBcolors Enumeration.

Definition at line 2802 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ offBitsSrc

U_OFFBITSSRC U_EMRSTRETCHBLT::offBitsSrc

Offset in bytes to the bitmap (within bitmapbuffer)

Definition at line 2805 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ offBmiSrc

U_OFFBMISRC U_EMRSTRETCHBLT::offBmiSrc

Offset in bytes to U_BITMAPINFO (within bitmapbuffer)

Definition at line 2803 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ rclBounds

U_RECTL U_EMRSTRETCHBLT::rclBounds

Bounding rectangle in device units.

Definition at line 2795 of file uemf.h.

◆ Src

U_POINTL U_EMRSTRETCHBLT::Src

Source UL corner in logical units.

Definition at line 2799 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().

◆ xformSrc

U_XFORM U_EMRSTRETCHBLT::xformSrc

Transform to apply to source.

Definition at line 2800 of file uemf.h.

Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().


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