ReactOS 0.4.15-dev-7942-gd23573b
_PATBLT_ORDER Struct Reference

#include <orders.h>

Collaboration diagram for _PATBLT_ORDER:

Public Attributes

sint16 x
 
sint16 y
 
sint16 cx
 
sint16 cy
 
uint8 opcode
 
uint32 bgcolour
 
uint32 fgcolour
 
BRUSH brush
 

Detailed Description

Definition at line 69 of file orders.h.

Member Data Documentation

◆ bgcolour

uint32 _PATBLT_ORDER::bgcolour

Definition at line 76 of file orders.h.

Referenced by process_patblt().

◆ brush

BRUSH _PATBLT_ORDER::brush

Definition at line 78 of file orders.h.

Referenced by process_patblt().

◆ cx

sint16 _PATBLT_ORDER::cx

Definition at line 73 of file orders.h.

Referenced by process_patblt().

◆ cy

sint16 _PATBLT_ORDER::cy

Definition at line 74 of file orders.h.

Referenced by process_patblt().

◆ fgcolour

uint32 _PATBLT_ORDER::fgcolour

Definition at line 77 of file orders.h.

Referenced by process_patblt().

◆ opcode

uint8 _PATBLT_ORDER::opcode

Definition at line 75 of file orders.h.

Referenced by process_patblt().

◆ x

sint16 _PATBLT_ORDER::x

Definition at line 71 of file orders.h.

Referenced by process_patblt().

◆ y

sint16 _PATBLT_ORDER::y

Definition at line 72 of file orders.h.

Referenced by process_patblt().


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