lv_obj_draw_private.h

API reference for lv_obj_draw_private.h

Report on GitHub
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)
Parameters
NameTypeDescription
objconst 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)
Parameters
NameType
objconst lv_obj_t *

Dependencies

  • lvgl_public.h

Last updated on

On this page