CGXPen::SetDescription
CGXPen& SetDescription(LPCTSTR szDescription);
szDescription
Specifies the description string.
Return Value
Returns a reference to the object.
Remarks
Initializes the pen through a description string. The description string is a comma-delimited string with pen type, color and width such as “0,0,2” for a 2-pixel width black solid pen.