Man page - emf_emrlineto(3)
Packages contains this manual
Manual
EMF::EMRLINETO
NAMESYNOPSIS
Public Member Functions
Detailed Description
Constructor & Destructor Documentation
EMF::EMRLINETO::EMRLINETO (INT x, INT y) [inline]
EMF::EMRLINETO::EMRLINETO (DATASTREAM & ds) [inline]
Member Function Documentation
void EMF::EMRLINETO::execute (METAFILEDEVICECONTEXT * source, HDC dc) const[inline], [virtual]
bool EMF::EMRLINETO::serialize (DATASTREAM ds) [inline], [virtual]
int EMF::EMRLINETO::size (void) const [inline], [virtual]
Author
NAME
EMF::EMRLINETO - EMF Line To.
SYNOPSIS
#include <libemf.h>
Inherits EMF::METARECORD , and EMRLINETO.
Public Member Functions
EMRLINETO
(INT x, INT y)
EMRLINETO
(
DATASTREAM
&ds)
bool
serialize
(
DATASTREAM
ds)
int
size
(void) const
void
execute
(
METAFILEDEVICECONTEXT
*source,
HDC dc) const
Public Member Functions inherited from EMF::METARECORD
virtual ˜METARECORD ()
Detailed Description
EMF Line To.
Draw a line using the current pen to the given position.
Constructor & Destructor Documentation
EMF::EMRLINETO::EMRLINETO (INT x, INT y) [inline]
Parameters
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.
Parameters
ds Metafile datastream
Member Function Documentation
void EMF::EMRLINETO::execute (METAFILEDEVICECONTEXT * source, HDC dc) const[inline], [virtual]
Execute this record in the context of the given device context.
Parameters
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]
Parameters
ds Metafile datastream
Implements EMF::METARECORD .
int EMF::EMRLINETO::size (void) const [inline], [virtual]
Internally computed size of this record.
Implements EMF::METARECORD .
Author
Generated automatically by Doxygen for libemf from the source code.