public virtual void CopyFrom(Rect other) { Min.CopyFrom(other.Min); Max.CopyFrom(other.Max); Ps.Clear(); Ps.AddRange(other.Ps); Ls.Clear(); Ls.AddRange(other.Ls); LLs.Clear(); LLs.AddRange(other.LLs); }