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