DOKK / manpages / debian 11 / libemf-doc / EMF_EMRRECTANGLE.3.en
EMF::EMRRECTANGLE(3) libemf EMF::EMRRECTANGLE(3)

EMF::EMRRECTANGLE - EMF Rectangle.

#include <libemf.h>

Inherits EMF::METARECORD, and EMRELLIPSE.


EMRRECTANGLE (INT left, INT top, INT right, INT bottom)
EMRRECTANGLE (DATASTREAM &ds)
bool serialize (DATASTREAM ds)
int size (void) const
void execute (METAFILEDEVICECONTEXT *source, HDC dc) const

EMF Rectangle.

Draw a rectangle.

Parameters

left x position of left side of rectangle.
top y position of top side of rectangle.
right x position of right edge of rectangle.
bottom y position of bottom edge of rectangle.

Construct a Rectangle record from the input stream.

Parameters

ds Metafile datastream.

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.

Parameters

ds Metafile datastream.

Implements EMF::METARECORD.

Internally computed size of this record.

Implements EMF::METARECORD.

Generated automatically by Doxygen for libemf from the source code.

Tue Jun 30 2020 Version 1.0.9