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