ReactOS 0.4.15-dev-7998-gdb93cb1
_BRUSH Struct Reference

#include <types.h>

Collaboration diagram for _BRUSH:

Public Attributes

uint8 xorigin
 
uint8 yorigin
 
uint8 style
 
uint8 pattern [8]
 
BRUSHDATAbd
 
BASEOBJECT BaseObject
 
 BRUSHBODY
 

Detailed Description

Definition at line 100 of file types.h.

Member Data Documentation

◆ BaseObject

BASEOBJECT _BRUSH::BaseObject

Definition at line 56 of file brush.h.

Referenced by IntCreateStockPen(), and IntGdiExtCreatePen().

◆ bd

BRUSHDATA* _BRUSH::bd

Definition at line 106 of file types.h.

◆ BRUSHBODY

_BRUSH::BRUSHBODY

Definition at line 58 of file brush.h.

◆ pattern

uint8 _BRUSH::pattern

Definition at line 105 of file types.h.

◆ style

uint8 _BRUSH::style

Definition at line 104 of file types.h.

◆ xorigin

uint8 _BRUSH::xorigin

Definition at line 102 of file types.h.

◆ yorigin

uint8 _BRUSH::yorigin

Definition at line 103 of file types.h.


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