#include <libemf.h>
Inheritance diagram for EMF::EMREXTCREATEPEN::
Public Methods | |
EMREXTCREATEPEN (EXTPEN *pen, HGDIOBJ handle) | |
EMREXTCREATEPEN (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *source, HDC dc) const |
Create a new pen (used for drawing lines, arcs, rectangles, etc.). Apparently uses extended attributes such as a bitmap mask.
|
|
|
Construct a ExtCreatePen record from the input stream.
|
|
Execute this record in the context of the given device context.
Reimplemented from EMF::METARECORD. |
|
Reimplemented from EMF::METARECORD. |
|
Internally computed size of this record. Reimplemented from EMF::METARECORD. |