Method Deconstruct
Deconstruct(out double, out double, out double, out double)
Deconstructs the rectangle into its edge coordinates.
Enables tuple-style deconstruction: var (l, t, r, b) = rect;
public void Deconstruct(out double left, out double top, out double right, out double bottom)