MvcViewport::Draw

voidMvcViewport::Draw(CDC*pDC)

Renders the component to a device context

Defined in: MvcViewport.cpp

Return Value

void

Parameters

pDC

The dc to draw on

Comments

This function is meant to be overridden to provide domain-specific rendering of the visual component. A visual component can render itself on any drawing surface that is passed in via the CDC* parameter. It is the responsibility of the component's container to provide a drawing surface to render to.