SRGraphLabel::GetLogRect

CRect SRGraphLabel::GetLogRect(void)

Returns the rectangle containing the label in logical or device dependent coordinates

Defined in: SRGraphLabel.cpp

Return Value

The encompassing rectangle

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).