CODComponent::OnCleanupDC

void CODComponent::OnCleanupDC(CDC* pDC)

Cleans up GDI memory and the restores the device context to its original state after drawing the component.

Defined in: OdComponent.cpp

Return Value

void

Parameters

pDC

The device context the component is drawn into.