EMF::PADDING - All metafile records must be padded out to a multiple of 4 bytes.
Contents
Constructor & Destructor Documentation
EMF::PADDING::PADDING(constintsize)[inline]
simple constructor.
Parameterssize number of bytes of padding to use.
Detailed Description
All metafile records must be padded out to a multiple of 4 bytes.
Write out a few bytes of padding if necessary.
Name
EMF::PADDING - All metafile records must be padded out to a multiple of 4 bytes.
Synopsis
#include <libemf.h>
PublicMemberFunctionsPADDING (const int size)
DataFields
const int size_
Number of bytes of padding.
StaticPublicAttributes
static const char padding_ [4] = { 0, 0, 0, 0 }
Pad with ' 's.
