Scroll to navigation

EMF::EMRLINETO(3) libemf EMF::EMRLINETO(3)

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

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.
Fri Nov 2 2018 Version 1.0.9