Exemplo n.º 1
0
 public void DrawPath(IPath path, Media.IBrush brush)
 {
     drawingContext.DrawPath(path, brush);
 }