Function ProUIDrawingareaImageDraw
Description
Draw an image in the drawing area.
Synopsis
ProUIDrawingareaImageDraw
(
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)
Name of the image to be drawn.
*/
ProUIPoint* position
/* (In)
Point at which the image should be drawn.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?