예제 #1
0
 public void Display(Point point, IStyle style, IBitmapFactory factory)
 {
     DrawBitmap(factory.GetImage(Char, style), point);
 }
예제 #2
0
 public void Display(Point point, IStyle style, IBitmapFactory factory)
 {
     DrawBitmap(factory.GetImage(Char, style), point);
 }