Inkscape
Vector Graphics Editor
|
EMF manual 2.3.5.12
More...
#include <uemf.h>
Public Attributes | |
U_EMR | emr |
U_EMR. | |
U_RECTL | rclBounds |
Bounding rectangle in device units. | |
U_NUM_TRIVERTEX | nTriVert |
Number of TriVertex objects. | |
U_NUM_GRADOBJ | nGradObj |
Number of gradient triangle/rectangle objects. | |
uint32_t | ulMode |
Gradientfill Enumeration (determines Triangle/Rectangle) | |
EMF manual 2.3.5.12
followed by
U_TRIVERTEX TriVert[1]; Array of TriVertex objects uint32_t GradObj[1]; Array of gradient objects (each has 2 or 3 indices into TriVert array)
U_NUM_GRADOBJ U_EMRGRADIENTFILL::nGradObj |
Number of gradient triangle/rectangle objects.
Definition at line 3258 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
U_NUM_TRIVERTEX U_EMRGRADIENTFILL::nTriVert |
Number of TriVertex objects.
Definition at line 3257 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().
U_RECTL U_EMRGRADIENTFILL::rclBounds |
uint32_t U_EMRGRADIENTFILL::ulMode |
Gradientfill Enumeration (determines Triangle/Rectangle)
Definition at line 3259 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc().