Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
U_EMRGRADIENTFILL Struct Reference

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)
 

Detailed Description

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)

Definition at line 3254 of file uemf.h.

Member Data Documentation

◆ emr

U_EMR U_EMRGRADIENTFILL::emr

U_EMR.

Definition at line 3255 of file uemf.h.

◆ nGradObj

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().

◆ nTriVert

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().

◆ rclBounds

U_RECTL U_EMRGRADIENTFILL::rclBounds

Bounding rectangle in device units.

Definition at line 3256 of file uemf.h.

◆ ulMode

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().


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