Exemple #1
0
 public void DrawImage(Image img, Point location)
 {
     handler.DrawImage(Backend, img, location.X, location.Y, 1);
 }