ReactOS 0.4.15-dev-7953-g1f49173
_POLYGON2_ORDER Struct Reference

#include <orders.h>

Collaboration diagram for _POLYGON2_ORDER:

Public Attributes

sint16 x
 
sint16 y
 
uint8 opcode
 
uint8 fillmode
 
uint32 bgcolour
 
uint32 fgcolour
 
BRUSH brush
 
uint8 npoints
 
uint8 datasize
 
uint8 data [MAX_DATA]
 

Detailed Description

Definition at line 185 of file orders.h.

Member Data Documentation

◆ bgcolour

uint32 _POLYGON2_ORDER::bgcolour

Definition at line 191 of file orders.h.

Referenced by process_polygon2().

◆ brush

BRUSH _POLYGON2_ORDER::brush

Definition at line 193 of file orders.h.

Referenced by process_polygon2().

◆ data

uint8 _POLYGON2_ORDER::data

Definition at line 196 of file orders.h.

Referenced by process_polygon2().

◆ datasize

uint8 _POLYGON2_ORDER::datasize

Definition at line 195 of file orders.h.

Referenced by process_polygon2().

◆ fgcolour

uint32 _POLYGON2_ORDER::fgcolour

Definition at line 192 of file orders.h.

Referenced by process_polygon2().

◆ fillmode

uint8 _POLYGON2_ORDER::fillmode

Definition at line 190 of file orders.h.

Referenced by process_polygon2().

◆ npoints

uint8 _POLYGON2_ORDER::npoints

Definition at line 194 of file orders.h.

Referenced by process_polygon2().

◆ opcode

uint8 _POLYGON2_ORDER::opcode

Definition at line 189 of file orders.h.

Referenced by process_polygon2().

◆ x

sint16 _POLYGON2_ORDER::x

Definition at line 187 of file orders.h.

Referenced by process_polygon2().

◆ y

sint16 _POLYGON2_ORDER::y

Definition at line 188 of file orders.h.

Referenced by process_polygon2().


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