#include <libemf.h>
Inheritance diagram for EMF::BRUSH::
Public Methods | |
BRUSH (const LOGBRUSH *lbrush) | |
OBJECTTYPE | getType (void) const |
METARECORD* | newEMR (HDC dc, HGDIOBJ emf_handle) |
Brushes are used for filling shapes.
|
|
|
Return the type of this object (could probably do better with RTTI()). Reimplemented from EMF::OBJECT. |
|
Return a new metarecord for this object. And record its selection into the given device context.
Reimplemented from EMF::GRAPHICSOBJECT. |