BCGSuite for MFC
virtual void CBCGPChartDiagram3D::OnEnd3DDraw ( const CBCGPRect rectTarget,
CBCGPGraphicsManager pGMTarget = NULL 
)
virtual

Called when 3D rendering is finished.

The default implementation finishes 3D drawing. Actually it does nothing for the software renderer. The OpenGL renderer copies the OpenGL content to the specified rectangle of graphics manager.

Parameters
rectTargetSpecifies the targed bounding rectangle on graphics manager surface.
pGMTargetA pointer to a graphics manager.