inline T CheckedWidth() const;
CheckedWidth returns the width of the local rectangle for normal coordinates. If the coordinates are non-normal (x2 < x1), a zero is returned.
Note
The width of a rectangle is determined by the equation: x2 - x1.
A UIntF value representing the width of the local rectangle.