Rect::Height

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

Height returns the height of the local rectangle by using the equation: (y2 - y1).

Return Value

A SIntF value representing the height of the local rectangle.

See Also