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