MPLAB® Harmony Graphics Suite
|
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
LIB_EXPORT GFX_Rect laWidget_RectToParentSpace( laWidget* wgt );
Parameters |
Description |
laWidget* wgt |
the widget |
GFX_Rect - the widget rectangle in parent space
MPLAB® Harmony Graphics Suite
|