lv_area_private.h
API reference for lv_area_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_area.h
Summary
Functions
misc/lv_area_private.h:37function
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)| Name | Type | Description |
|---|---|---|
area_p | lv_area_t * | pointer to an area |
x | int32_t | the new x coordinate of the area |
y | int32_t | the new y coordinate of the area |
Dependencies
How is this guide?
Last updated on