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

Public Attributes

struct d2d_command c
 
ID2D1Image * image
 
D2D1_INTERPOLATION_MODE interpolation_mode
 
D2D1_COMPOSITE_MODE composite_mode
 
D2D1_POINT_2F * target_offset
 
D2D1_RECT_F * image_rect
 

Detailed Description

Definition at line 201 of file command_list.c.

Member Data Documentation

◆ c

struct d2d_command d2d_command_draw_image::c

Definition at line 203 of file command_list.c.

◆ composite_mode

D2D1_COMPOSITE_MODE d2d_command_draw_image::composite_mode

Definition at line 206 of file command_list.c.

Referenced by d2d_command_list_draw_image().

◆ image

ID2D1Image* d2d_command_draw_image::image

Definition at line 204 of file command_list.c.

Referenced by d2d_command_list_draw_image().

◆ image_rect

D2D1_RECT_F* d2d_command_draw_image::image_rect

Definition at line 208 of file command_list.c.

Referenced by d2d_command_list_draw_image().

◆ interpolation_mode

D2D1_INTERPOLATION_MODE d2d_command_draw_image::interpolation_mode

Definition at line 205 of file command_list.c.

Referenced by d2d_command_list_draw_image().

◆ target_offset

D2D1_POINT_2F* d2d_command_draw_image::target_offset

Definition at line 207 of file command_list.c.

Referenced by d2d_command_list_draw_image().


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