API 文件集 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaImagesSet
Function ProUIDrawingareaImagesSet
Description
Set the names of the images to be drawn in the drawing area. Each image may be a BIF (the .bif extension is optional) file or a PCX, GIF, BMP, ICO or CUR file.
Synopsis
ProUIDrawingareaImagesSet
(
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.
*/
char** values
/* (In)
Array of images name to be drawn.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?