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