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