Esempio n. 1
0
 private static void DrawBitmap(Bitmap bitmap, Point point)
 {
 }
Esempio n. 2
0
 private static void DrawBitmap(Bitmap bitmap, Point point)
 {
 }
Esempio n. 3
0
 public void Display(Point point, IStyle style, IBitmapFactory factory)
 {
     DrawBitmap(factory.GetImage(Char, style), point);
 }
Esempio n. 4
0
 public void Display(Point point, IStyle style, IBitmapFactory factory)
 {
     DrawBitmap(factory.GetImage(Char, style), point);
 }