CMvcViewport::Draw

voidCMvcViewport::Draw(CDC*pDC)

Draw the viewport to a device context.

Defined in: MvcViewport.h

Return Value

void

Parameters

pDC

Pointer to a device context.

Comments

The base class implementation does nothing. Override this function to render the viewport to a device context.