Exemplo n.º 1
0
 public void DrawBitmap(Bitmap bm, Point p)
 {
     DrawBitmap(bm.GetStream(), p, bm.Width, bm.Height, true);
 }
Exemplo n.º 2
0
 public void DrawBitmap(Bitmap bm, Point p)
 {
     DrawBitmap(bm.GetStream(), p, bm.Width, bm.Height, true);
 }