Rect::CheckedHeight

Rect::CheckedHeight
inline T CheckedHeight() const;
Description

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.

Return Value

A value representing the height of the local rectangle.

See Also