Inkscape
Vector Graphics Editor
|
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. | |
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().
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().
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().
U_COLORREF U_EMRSTRETCHBLT::crBkColorSrc |
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().
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().
uint32_t U_EMRSTRETCHBLT::dwRop |
uint32_t U_EMRSTRETCHBLT::iUsageSrc |
DIBcolors Enumeration.
Definition at line 2802 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
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().
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().
U_RECTL U_EMRSTRETCHBLT::rclBounds |
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().
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().