MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_RectToParentSpace Function
MPLAB® Harmony Graphics Suite
laWidget_RectToParentSpace Function

Returns the rectangle containing the parent of the widget specified If the widget and the parent are not null, the rectangle defining the parent widget with its upper left corner x and y coordinates is returned

C
LIB_EXPORT GFX_Rect laWidget_RectToParentSpace(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

GFX_Rect - the widget rectangle in parent space

MPLAB® Harmony Graphics Suite