Beispiel #1
0
 public static PathGeometry Geometry(this PathGeometry path, PathFigureCollection collection, FillRule fillRule)
 {
     return(path.Figures(collection).FillRule(fillRule));
 }