Documentação da API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaFgcolorSet
Function ProUIDrawingareaFgcolorSet
Description
Set the foreground drawing color for new graphics to be drawn in the drawing area. This color is used to draw lines, shapes, and text on the drawing area.
Synopsis
ProUIDrawingareaFgcolorSet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
/* (In)
Foreground drawing color.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
Isto foi útil?