API Documentation > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaSizeGet
Function ProUIDrawingareaSizeGet
Description
Get the size of the drawing area. This field is used only if the parent is a drawing area.
Synopsis
ProUIDrawingareaSizeGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
int* width
/* (Out)
Width of the drawing area.
*/
int* height
/* (Out)
Height of the drawing area.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?