CODMetafileComponent::OnDraw

void CODMetafileComponent::OnDraw(CDC* pDC)

Draws the image component

Defined in: OdMetafileComp.cpp

Return Value

void

Parameters

pDC

The device context to draw in.

Comments

This function plays the metafile onto the given device context. The bounding box is determined by the GetBounds function and the CDC::PlayMetaFile function is used to draw the metafile.