Rect::NormalizeY

Rect::NormalizeY
inline void NormalizeY();
Description

NormalizeY normalizes the y1 and y2 components of the current rectangle by comparing them. If (y1 > y2), the components are swapped.

See Also