sharpie
sharpie copied to clipboard
Find a better way of deling with zero Width/Height sizes (instead of crashing)
if (!Screen.Size.AdjustToActualArea(ref area))
{
throw new ArgumentOutOfRangeException(nameof(value));
}