CODMetafileComponent::Serialize

void CODMetafileComponent::Serialize(CArchive& ar)

Serializes the metafile component.

Defined in: OdMetafileComp.cpp

Return Value

void

Parameters

ar

The archive to use for serialization.

Comments

This function serializes the contents of the metafile component. The Windows GDI function GetEnhMetaFileBits is used to get a binary stream for storing the metafile, and SetEnhMetaFileBits is used for loading the metafile back in.