Provided by: libemf-doc_1.0.9+git.10.3231442-1_all 

NAME
EMF::EMRSETBKMODE - EMF Set Background Mode.
SYNOPSIS
#include <libemf.h>
Inherits EMF::METARECORD, and EMRSELECTCLIPPATH.
Public Member Functions
EMRSETBKMODE (DWORD mode)
EMRSETBKMODE (DATASTREAM &ds)
bool serialize (DATASTREAM ds)
int size (void) const
void execute (METAFILEDEVICECONTEXT *source, HDC dc) const
Detailed Description
EMF Set Background Mode.
Set the background mode: transparent or opaque. Seems to be ignored by StarOffice. (Appears to work for
text, though.)
Constructor & Destructor Documentation
EMF::EMRSETBKMODE::EMRSETBKMODE (DWORD mode) [inline]
Parameters:
mode background mode.
EMF::EMRSETBKMODE::EMRSETBKMODE (DATASTREAM & ds) [inline]
Construct a SetBkMode record from the input datastream.
Parameters:
ds Metafile datastream.
Member Function Documentation
void EMF::EMRSETBKMODE::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::EMRSETBKMODE::serialize (DATASTREAM ds) [inline], [virtual]
Parameters:
ds Metafile datastream.
Implements EMF::METARECORD.
int EMF::EMRSETBKMODE::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.
Version 1.0.9 Tue Aug 29 2017 EMF::EMRSETBKMODE(3)