libemf 1.0.9
EMF::EMRSTROKEANDFILLPATH Class Reference

EMF Stroke and Fill path. More...

#include <libemf.h>

Inheritance diagram for EMF::EMRSTROKEANDFILLPATH:
EMF::METARECORD

Public Member Functions

 EMRSTROKEANDFILLPATH (const RECTL *bounds)
 
 EMRSTROKEANDFILLPATH (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 Stroke and Fill path.

Stroke and Fill the path.

Constructor & Destructor Documentation

◆ EMRSTROKEANDFILLPATH() [1/2]

EMF::EMRSTROKEANDFILLPATH::EMRSTROKEANDFILLPATH ( const RECTL * bounds)
inline
Parameters
boundsoverall bounding box of polygon.

◆ EMRSTROKEANDFILLPATH() [2/2]

EMF::EMRSTROKEANDFILLPATH::EMRSTROKEANDFILLPATH ( DATASTREAM & ds)
inline

Create a StrokeandfillPath record from input stream.

Parameters
dsMetafile datastream.

Member Function Documentation

◆ execute()

void EMF::EMRSTROKEANDFILLPATH::execute ( METAFILEDEVICECONTEXT * source,
HDC dc ) const
inlinevirtual

Execute this record in the context of the given device context.

Parameters
sourcethe device context from which this record is taken.
dcdevice context for execute.

Implements EMF::METARECORD.

◆ serialize()

bool EMF::EMRSTROKEANDFILLPATH::serialize ( DATASTREAM ds)
inlinevirtual
Parameters
dsMetafile datastream.

Implements EMF::METARECORD.

◆ size()

int EMF::EMRSTROKEANDFILLPATH::size ( void ) const
inlinevirtual

Internally computed size of this record.

Implements EMF::METARECORD.


The documentation for this class was generated from the following file: