コード例 #1
0
 public void DrawBitmap(Bitmap bm, Point p)
 {
     DrawBitmap(bm.GetStream(), p, bm.Width, bm.Height, true);
 }
コード例 #2
0
ファイル: Lcd.cs プロジェクト: RoninWest/monoev3
 public void DrawBitmap(Bitmap bm, Point p)
 {
     DrawBitmap(bm.GetStream(), p, bm.Width, bm.Height, true);
 }