Normalize

RectangleF.Normalize method

Normalizes the rectangle by making it’s width and height positive, left less than right and top less than bottom.

public void Normalize()

See Also