CGXPen::SetColor
CGXPen& SetColor(COLORREF color);
color
Specifies the pen color.
Return Value
Returns a reference to the object.
Remarks
Initializes the pen color. System colors can be specified with the GXSYSCOLOR macro as for example
SetColor(GXSYSCOLOR(SYSCOLOR_BTNFACE));