MvcViewport::Erase

voidMvcViewport::Erase(CDC*pDC)

Erases the viewport contents.

Defined in: MvcViewport.cpp

Return Value

void

Parameters

pDC

The dc to draw onto.

Comments

Derived classes override this method to clear or erase the viewport prior to a draw taking place. The base class implementation in MvcViewport does nothing.