CODViewport::CreateMetafile

CMetaFileDC* CODViewport::CreateMetafile(CODComponentSet& setComponents)

Creates a metafile DC and draws the set of components into it.

Defined in: OdViewport.cpp

Return Value

Pointer to a new metafile DC.

Parameters

setComponents

Set of components to draw into the metafile DC.

Comments

This function creates a new metafile DC object and draws the given set of components into the metafile DC. The caller is responsible for closing and destroying the metafile DC.