lv_obj_draw_private.h
API reference for lv_obj_draw_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_obj_draw.h
Summary
Functions
lv_obj_get_ext_draw_size
Get the extended draw area of an object.
int32_t lv_obj_get_ext_draw_size(const lv_obj_t *obj)| Name | Type | Description |
|---|---|---|
obj | const lv_obj_t * | pointer to an object |
Returns: int32_t — the size extended draw area around the real coordinates
lv_obj_get_layer_type
lv_layer_type_t lv_obj_get_layer_type(const lv_obj_t *obj)| Name | Type |
|---|---|
obj | const lv_obj_t * |
Dependencies
lvgl_public.h
Last updated on