CODViewport::DrawComponents

void CODViewport::DrawComponents(CDC* pDC, CODComponentSet* pCompSet)

Draws a set of components onto a given device context.

Defined in: OdViewport.cpp

Return Value

void

Parameters

pDC

Device context to draw into.

pCompSet

Set of components to draw.

Comments

This function iterates over the component set draws each component. This function does not erase the background or draw overlapped components that are not members of the given set. If the component set passed in is NULL, then all components in the model are drawn.