CODComponent::OnDraw

void CODComponent::OnDraw(CDC* pDC)

Performs the actual drawing of the component.

Defined in: OdComponent.cpp

Return Value

void

Parameters

pDC

The device context the component is drawn into.

Comments

This method is called after OnPrepareDC and before PostDraw.