API 설명서 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaFgcolorGet
Function ProUIDrawingareaFgcolorGet
Description
Get the foreground drawing color of the drawing area. This color is used to draw lines, shapes, and text on the drawing area.
Synopsis
ProUIDrawingareaFgcolorGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
ProUIColor* value
/* (Out)
Foreground drawing color.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
도움이 되셨나요?