#include <libemf.h>
Inheritance diagram for EMF::GRAPHICSOBJECT::
Public Methods | |
virtual | ~GRAPHICSOBJECT () |
GRAPHICSOBJECTs has a virtual destructor. | |
virtual METARECORD* | newEMR (HDC dc, HGDIOBJ handle)=0 |
Public Attributes | |
std::map< HDC, HGDIOBJ > | contexts |
Graphics objects have some additional properties: When an object is Select'ed into a device context, the handle for that context is added to the list of context's in which this object is used.
|
Create a new metarecord which describes this object.
Reimplemented in EMF::PEN, EMF::EXTPEN, EMF::BRUSH, EMF::FONT, and EMF::PALETTE. |
|
A set of all the contexts into which this object has been selected and the associated metafile handle for the object. |