Documentação da API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaDrawingwidthGet
Function ProUIDrawingareaDrawingwidthGet
Description
Get width of the drawing area.
Synopsis
ProUIDrawingareaDrawingwidthGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
int* value
/* (Out)
Drawing area width.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?