Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
U_WMRDIBCREATEPATTERNBRUSH Struct Reference

WMF manual 2.3.4.8. More...

#include <uwmf.h>

Public Attributes

uint16_t Size16_4 [2]
 Total number of 16bit words in record.
 
uint8_t iType
 RecordType Enumeration.
 
uint8_t xb
 Extra high order byte associated with record type.
 
uint16_t Style
 BrushStyle Enumeration.
 
uint16_t cUsage
 See table above.
 
uint8_t Src [1]
 DeviceIndependentBitmap or Bitmap16 object.
 

Detailed Description

WMF manual 2.3.4.8.

style                cUsage                Brush created
U_BS_SOLID                                 like U_BS_DIBPATTERNPT
U_BS_NULL                                  like U_BS_DIBPATTERNPT
U_BS_HATCHED                               like U_BS_DIBPATTERNPT
U_BS_DIBPATTERNPT    ColorUsage enumer.    U_BS_DIBPATTERNPT brush from DIB in Src
U_BS_PATTERN         ColorUsage enumer.    U_BS_PATTERN brush from Bitmap16 object in Src

Definition at line 1777 of file uwmf.h.

Member Data Documentation

◆ cUsage

uint16_t U_WMRDIBCREATEPATTERNBRUSH::cUsage

See table above.

Definition at line 1782 of file uwmf.h.

◆ iType

uint8_t U_WMRDIBCREATEPATTERNBRUSH::iType

RecordType Enumeration.

Definition at line 1779 of file uwmf.h.

◆ Size16_4

uint16_t U_WMRDIBCREATEPATTERNBRUSH::Size16_4[2]

Total number of 16bit words in record.

Definition at line 1778 of file uwmf.h.

◆ Src

uint8_t U_WMRDIBCREATEPATTERNBRUSH::Src[1]

DeviceIndependentBitmap or Bitmap16 object.

Definition at line 1783 of file uwmf.h.

◆ Style

uint16_t U_WMRDIBCREATEPATTERNBRUSH::Style

BrushStyle Enumeration.

Definition at line 1781 of file uwmf.h.

◆ xb

uint8_t U_WMRDIBCREATEPATTERNBRUSH::xb

Extra high order byte associated with record type.

Definition at line 1780 of file uwmf.h.


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