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

For U_EMRCREATEPEN lopn field. More...

#include <uemf.h>

Public Attributes

uint32_t lopnStyle
 PenStyle Enumeration.
 
U_POINT lopnWidth
 Width of pen set by X, Y is ignored.
 
U_COLORREF lopnColor
 Pen color value.
 

Detailed Description

For U_EMRCREATEPEN lopn field.

EMF manual 2.2.19, Microsoft name: LogPen Object

Definition at line 1926 of file uemf.h.

Member Data Documentation

◆ lopnColor

U_COLORREF U_LOGPEN::lopnColor

Pen color value.

Definition at line 1929 of file uemf.h.

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

◆ lopnStyle

uint32_t U_LOGPEN::lopnStyle

PenStyle Enumeration.

Definition at line 1927 of file uemf.h.

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

◆ lopnWidth

U_POINT U_LOGPEN::lopnWidth

Width of pen set by X, Y is ignored.

Definition at line 1928 of file uemf.h.

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


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