vg_lite_rectangle_t structure

This structure defines a rectangle by using coordinates.

Used in blit function: vg_lite_clear.

vg_lite_rectangle_t member

Type

Description

x

vg_lite_int32_t

X origin of rectangle, left coordinate in pixels

y

vg_lite_int32_t

Y origin of rectangle, top coordinate in pixels

width

vg_lite_int32_t

X Width of rectangle in pixels

height

vg_lite_int32_t

Y Height of rectangle in pixels

Parent topic:Blit structures