ReactOS 0.4.15-dev-7942-gd23573b
_ELLIPSE2_ORDER Struct Reference

#include <orders.h>

Collaboration diagram for _ELLIPSE2_ORDER:

Public Attributes

sint16 left
 
sint16 top
 
sint16 right
 
sint16 bottom
 
uint8 opcode
 
uint8 fillmode
 
BRUSH brush
 
uint32 bgcolour
 
uint32 fgcolour
 

Detailed Description

Definition at line 227 of file orders.h.

Member Data Documentation

◆ bgcolour

uint32 _ELLIPSE2_ORDER::bgcolour

Definition at line 236 of file orders.h.

Referenced by process_ellipse2().

◆ bottom

sint16 _ELLIPSE2_ORDER::bottom

Definition at line 232 of file orders.h.

Referenced by process_ellipse2().

◆ brush

BRUSH _ELLIPSE2_ORDER::brush

Definition at line 235 of file orders.h.

Referenced by process_ellipse2().

◆ fgcolour

uint32 _ELLIPSE2_ORDER::fgcolour

Definition at line 237 of file orders.h.

Referenced by process_ellipse2().

◆ fillmode

uint8 _ELLIPSE2_ORDER::fillmode

Definition at line 234 of file orders.h.

Referenced by process_ellipse2().

◆ left

sint16 _ELLIPSE2_ORDER::left

Definition at line 229 of file orders.h.

Referenced by process_ellipse2().

◆ opcode

uint8 _ELLIPSE2_ORDER::opcode

Definition at line 233 of file orders.h.

Referenced by process_ellipse2().

◆ right

sint16 _ELLIPSE2_ORDER::right

Definition at line 231 of file orders.h.

Referenced by process_ellipse2().

◆ top

sint16 _ELLIPSE2_ORDER::top

Definition at line 230 of file orders.h.

Referenced by process_ellipse2().


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