Inkscape
Vector Graphics Editor
|
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. | |
For U_EMRCREATEPEN lopn field.
EMF manual 2.2.19, Microsoft name: LogPen Object
U_COLORREF U_LOGPEN::lopnColor |
Pen color value.
Definition at line 1929 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::select_pen().
uint32_t U_LOGPEN::lopnStyle |
PenStyle Enumeration.
Definition at line 1927 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::select_pen().
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().