API 文档 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaCopyArea
Function ProUIDrawingareaCopyArea
Description
Copy the contents within a given boundary at a location in the drawing area to another location.
Synopsis
ProUIDrawingareaCopyArea
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
/* (In)
Rectangular boundary containing the graphics to be copied.
*/
ProUIPoint* position
/* (In)
Point at which the copied graphics should appear.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
这对您有帮助吗?