API 설명서 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaImagesDraw
Function ProUIDrawingareaImagesDraw
Description
Draw images at the given positions in the drawing area.
Synopsis
ProUIDrawingareaImagesDraw
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
int count
/* (In)
Number of images that are to be drawn.
*/
char** images
/* (In)
Array of image names.
*/
ProUIPoint* positions
/* (In)
Array of points at which the images should be drawn.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?