public void FromEdges(IEdges edges) { Left = edges.Left; Right = edges.Right; Top = edges.Top; Bottom = edges.Bottom; }