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

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.
 

Detailed Description

Pen Object WMF manual 2.2.1.4.

Definition at line 826 of file uwmf.h.

Member Data Documentation

◆ Color

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

◆ Style

uint16_t U_PEN::Style

PenStyle Enumeration.

Definition at line 827 of file uwmf.h.

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

◆ Widthw

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


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