<< Return to Main Index

< Return to Class Index

CGXPen::GetStyle

UINT GetStyle() const;

Return Value

Returns the pen type:

·PS_SOLID - Solid pen.
·PS_DASH - Dashed pen. (Valid only when the pen width is 1.)
·PS_DOT - Dotted pen. (Valid only when the pen width is 1.)
·PS_DASHDOT - Pen with alternating dashes and dots. (Valid only when the pen width is 1.)
·PS_DASHDOTDOT  - Pen with alternating dashes and double dots. (Valid only when the pen width is 1.)

See Also

CGXPen::SetStyle

CGXPen

Class Overview | Class Members