lv_area_private.h

API reference for lv_area_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_area.h
Summary

Functions

lv_area_set_pos

Set the position of an area (width and height will be kept)

 
void lv_area_set_pos(lv_area_t *area_p, int32_t x, int32_t y)
Parameters
NameTypeDescription
area_plv_area_t *pointer to an area
xint32_tthe new x coordinate of the area
yint32_tthe new y coordinate of the area

Dependencies

How is this guide?

Last updated on

On this page