Rect::Width

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

VRange returns the current rectangle's width using the formula:

    width = x2 - x1
Return Value

A SIntF value representing the width of the current rectangle.

See Also