Ejemplo n.º 1
0
 /// <summary>
 /// Clips the specified holes.
 /// </summary>
 /// <param name="shape">The shape.</param>
 /// <param name="holes">The holes.</param>
 /// <returns>Returns a new shape with the holes cliped out out the shape.</returns>
 public static IShape Clip(this IShape shape, params IShape[] holes) => shape.Clip((IEnumerable <IShape>)holes);