wxgraphicspen
derived from
wxgraphicsobject
a wxgraphicspen is a native representation of a pen. it is used for stroking a path on a graphics context. the contents are specific and private to the respective renderer. instances are ref counted and can therefore be assigned as usual. the only way to get a valid instance is via a createpen call on the graphics context or the renderer instance.
include files
<wx/graphics.h>
|