EMF
1.0
|
Graphics Pen. More...
#include <libemf.h>
Public Member Functions | |
PEN (const LOGPEN *lpen) | |
OBJECTTYPE | getType (void) const |
METARECORD * | newEMR (HDC dc, HGDIOBJ emf_handle) |
Graphics Pen.
Pens are used for drawing lines, arc, rectangles, etc.
EMF::PEN::PEN | ( | const LOGPEN * | lpen | ) | [inline] |
lpen | the (logical?) pen definition. |
OBJECTTYPE EMF::PEN::getType | ( | void | ) | const [inline, virtual] |
Return the type of this object (could probably do better with RTTI()).
Implements EMF::OBJECT.
METARECORD* EMF::PEN::newEMR | ( | HDC | dc, |
HGDIOBJ | emf_handle | ||
) | [inline, virtual] |
Return a new metarecord for this object. And record its selection into the given device context.
dc | handle of device context into which this object is being selected. |
emf_handle | the EMF handle associated with the PEN. |
Implements EMF::GRAPHICSOBJECT.