ReactOS 0.4.17-dev-934-g091855f
d2d_command_draw_rectangle Struct Reference
Collaboration diagram for d2d_command_draw_rectangle:

Public Attributes

struct d2d_command c
 
D2D1_RECT_F rect
 
ID2D1Brush * brush
 
float stroke_width
 
ID2D1StrokeStyle * stroke_style
 

Detailed Description

Definition at line 140 of file command_list.c.

Member Data Documentation

◆ brush

ID2D1Brush* d2d_command_draw_rectangle::brush

◆ c

struct d2d_command d2d_command_draw_rectangle::c

Definition at line 142 of file command_list.c.

◆ rect

D2D1_RECT_F d2d_command_draw_rectangle::rect

Definition at line 143 of file command_list.c.

◆ stroke_style

ID2D1StrokeStyle* d2d_command_draw_rectangle::stroke_style

Definition at line 146 of file command_list.c.

Referenced by d2d_command_list_draw_rectangle().

◆ stroke_width

float d2d_command_draw_rectangle::stroke_width

Definition at line 145 of file command_list.c.

Referenced by d2d_command_list_draw_rectangle().


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