SRGraphLabelBlock::GetLogRect
CRectSRGraphLabelBlock::GetLogRect(void)
Returns the rectangle containing the label block in logical or device dependent coordinates
Defined in: SRGraphLabelBlock.cpp
Return Value
The m_BlockRect member
Developer Notes
This rectangle can be used for hit testing on components. Note that the logical rectangle is not generally known until after the component has been drawn. If the logical rectangle has not been determined, it should contain the value CRect(0,0,0,0).