inline T CheckedHeight() const;
CheckedHeight returns the height of the local rectangle for normal coordinates. If the coordinates are non-normal (y1 > y2), a zero is returned.
Note
The height of a rectangle is determined by the equation: y2 - y1.
A value representing the height of the local rectangle.