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

Public Attributes

struct d2d_command c
 
ID2D1Geometry * geometry
 
ID2D1Brush * brush
 
ID2D1Brush * opacity_brush
 

Detailed Description

Definition at line 165 of file command_list.c.

Member Data Documentation

◆ brush

ID2D1Brush* d2d_command_fill_geometry::brush

Definition at line 169 of file command_list.c.

Referenced by d2d_command_list_fill_geometry().

◆ c

struct d2d_command d2d_command_fill_geometry::c

Definition at line 167 of file command_list.c.

◆ geometry

ID2D1Geometry* d2d_command_fill_geometry::geometry

Definition at line 168 of file command_list.c.

Referenced by d2d_command_list_fill_geometry().

◆ opacity_brush

ID2D1Brush* d2d_command_fill_geometry::opacity_brush

Definition at line 170 of file command_list.c.

Referenced by d2d_command_list_fill_geometry().


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