BCGControlBar Pro for MFC
virtual void CBCGPTreeMapNode::OnDraw ( CBCGPGraphicsManager pGM,
const CBCGPRect rectClip,
const CBCGPBrush brBorder 
)
virtual

Called to draw a tree map node.

Override this method in a derived class to customize node appearance.

Parameters
pGMA pointer to a graphics manager.
rectClipSpecifies clipping rectangle.
brBorderSpecifies border brush.

Implements CBCGPBaseTreeMapNode.