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

EMF manual 2.3.11.21
More...

#include <uemf.h>

Public Attributes

U_EMR emr
 U_EMR.
 
uint32_t eMiterLimit
 Miter limit (max value of mitered length / line width)
 

Detailed Description

EMF manual 2.3.11.21

IMPORTANT!!!! The Microsoft structure uses a float for the miterlimit but the EMF file record uses an unsigned int. The latter form is used in this structure.

Definition at line 2635 of file uemf.h.

Member Data Documentation

◆ eMiterLimit

uint32_t U_EMRSETMITERLIMIT::eMiterLimit

Miter limit (max value of mitered length / line width)

Definition at line 2637 of file uemf.h.

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

◆ emr

U_EMR U_EMRSETMITERLIMIT::emr

U_EMR.

Definition at line 2636 of file uemf.h.


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