public void Clear(System.Windows.Media.Color color)
 {
     _g.Clear(color.ToGdiColor());
 }