xtd_c - Reference Guide 0.2.0
drawing

Definition

All needed for drawing something.

Remarks
A xtd_drawing_graphics object is create from xtd_forms_control_create_graphics or xtd_forms_screen_create_graphics or xtd_drawing_image_create_graphics.
And also when xtd_forms_control_paint event is sent, the xtd_forms_paint_event_args contains a xtd_drawing_graphics associate to the control event paint.

Modules

 color
 Represents an ARGB (alpha, red, green, blue) color.
 

Data Structures

struct  xtd_drawing_color
 Represents an ARGB (alpha, red, green, blue) color. More...