/// <inheritdoc/> public RectangleF GetPath(ICollection <IPath> output) { foreach (var path in _paths) { output.Add(path); } return(PathCollection.GetBounds(_paths)); }