MvcCompositeViewport::Draw

void MvcCompositeViewport::Draw(CDC* pDC)

Draws this viewport and calls Draw for all children in the composite

Defined in: MvcCompositeViewport.cpp

Return Value

void

Parameters

pDC

The device context to draw on

Comments

This function calls the Draw function for each child in the composite.