EMF
1.0
|
EMF Line To. More...
#include <libemf.h>
Public Member Functions | |
EMRLINETO (INT x, INT y) | |
EMRLINETO (DATASTREAM &ds) | |
bool | serialize (DATASTREAM ds) |
int | size (void) const |
void | execute (METAFILEDEVICECONTEXT *, HDC dc) const |
EMF Line To.
Draw a line using the current pen to the given position.
EMF::EMRLINETO::EMRLINETO | ( | INT | x, |
INT | y | ||
) | [inline] |
x | x position to draw line to in logical coordinates. |
y | y position to draw line to in logical coordinates. |
EMF::EMRLINETO::EMRLINETO | ( | DATASTREAM & | ds | ) | [inline] |
Construct a LineTo record from the input stream.
ds | Metafile datastream |
void EMF::EMRLINETO::execute | ( | METAFILEDEVICECONTEXT * | , |
HDC | dc | ||
) | const [inline, virtual] |
Execute this record in the context of the given device context.
source | the device context from which this record is taken. |
dc | device context for execute. |
Implements EMF::METARECORD.
bool EMF::EMRLINETO::serialize | ( | DATASTREAM | ds | ) | [inline, virtual] |
ds | Metafile datastream |
Implements EMF::METARECORD.
int EMF::EMRLINETO::size | ( | void | ) | const [inline, virtual] |
Internally computed size of this record.
Implements EMF::METARECORD.