Android.Graphics.Rect.Sort Method
Swap top/bottom or left/right if there are flipped (i.e. left > right and/or top > bottom).

Syntax

[Android.Runtime.Register("sort", "()V", "")]
public void Sort ()

Remarks

Swap top/bottom or left/right if there are flipped (i.e. left > right and/or top > bottom). This can be called if the edges are computed separately, and may have crossed over each other. If the edges are already correct (i.e. left <= right and top <= bottom) then nothing is done.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1