Inkscape
Vector Graphics Editor
|
For U_EMRCREATEBRUSHINDIRECT lb field. More...
#include <uemf.h>
Public Attributes | |
uint32_t | lbStyle |
< In MS documentation this is LogBrushEx Object | |
U_COLORREF | lbColor |
Brush color. | |
uint32_t | lbHatch |
HatchStyle Enumeration. | |
For U_EMRCREATEBRUSHINDIRECT lb field.
EMF manual 2.2.12, Microsoft name: LogBrushEx Object
U_COLORREF U_LOGBRUSH::lbColor |
Brush color.
Definition at line 1815 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::select_brush().
uint32_t U_LOGBRUSH::lbHatch |
HatchStyle Enumeration.
Definition at line 1816 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::select_brush().
uint32_t U_LOGBRUSH::lbStyle |
< In MS documentation this is LogBrushEx Object
LB_Style Enumeration
Definition at line 1814 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::select_brush().