Inkscape
Vector Graphics Editor
|
Pen Object WMF manual 2.2.1.4. More...
#include <uwmf.h>
Public Attributes | |
uint16_t | Style |
PenStyle Enumeration. | |
uint16_t | Widthw [2] |
reassemble/store the Pen Width in object dimensions using Widthw, the 32 bit value is not aligned | |
U_COLORREF | Color |
Pen Color, the 32 bit value is not aligned. | |
U_COLORREF U_PEN::Color |
Pen Color, the 32 bit value is not aligned.
Definition at line 829 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_pen().
uint16_t U_PEN::Style |
PenStyle Enumeration.
Definition at line 827 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_pen().
uint16_t U_PEN::Widthw[2] |
reassemble/store the Pen Width in object dimensions using Widthw, the 32 bit value is not aligned
Definition at line 828 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_pen().