API 文档 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaBgcolorSet
Function ProUIDrawingareaBgcolorSet
Description
Set the current background drawing color for new graphics to be drawn to the drawing area. This color is sometimes used to fill shapes in the drawing area.
Synopsis
ProUIDrawingareaBgcolorSet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
/* (In)
Background drawing color.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
这对您有帮助吗?