wxgraphicsbrush
derived from
wxgraphicsobject
a wxgraphicsbrush is a native representation of a brush. it is used for filling a path on a graphics context. the contents are specific an 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 create...brush call on the graphics context or the renderer instance.
include files
<wx/graphics.h>
|