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

Public Attributes

struct d2d_command c
 
ID2D1Geometry * geometry
 
ID2D1Brush * brush
 
float stroke_width
 
ID2D1StrokeStyle * stroke_style
 

Detailed Description

Definition at line 131 of file command_list.c.

Member Data Documentation

◆ brush

ID2D1Brush* d2d_command_draw_geometry::brush

Definition at line 135 of file command_list.c.

Referenced by d2d_command_list_draw_geometry().

◆ c

struct d2d_command d2d_command_draw_geometry::c

Definition at line 133 of file command_list.c.

◆ geometry

ID2D1Geometry* d2d_command_draw_geometry::geometry

Definition at line 134 of file command_list.c.

Referenced by d2d_command_list_draw_geometry().

◆ stroke_style

ID2D1StrokeStyle* d2d_command_draw_geometry::stroke_style

Definition at line 137 of file command_list.c.

Referenced by d2d_command_list_draw_geometry().

◆ stroke_width

float d2d_command_draw_geometry::stroke_width

Definition at line 136 of file command_list.c.

Referenced by d2d_command_list_draw_geometry().


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