Rect::NormalizeX

Rect::NormalizeX
inline void NormalizeX();
Description

NormalizeX normalizes the x1 and x2 components of the current rectangle by comparing them. If (x1 > x2), the components are swapped.

See Also