MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laUtils_PickFromLayer Function
MPLAB® Harmony Graphics Suite
laUtils_PickFromLayer Function
C
LIB_EXPORT laWidget* laUtils_PickFromLayer(
    const laLayer* layer, 
    int32_t x, 
    int32_t y
);
Parameters
Parameters 
Description 
int32_t x 
the x coordinate of the pick point 
int32_t y 
the y coordinate of the pick point 
Returns

laWidget* - the result widget

MPLAB® Harmony Graphics Suite