Documentación de la API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaImagesizeGet
Function ProUIDrawingareaImagesizeGet
Description
Get the size of the image in the drawing area.
Synopsis
ProUIDrawingareaImagesizeGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
char* image
/* (In)
Image for which the size should be obtained.
*/
ProUISize* size
/* (Out)
Size of the image.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?