Exemplo n.º 1
0
 public Drawer(Graphics g, Rectangle s)
 {
     G    = g;
     size = s;
     sc   = new ScreenConverter(s);
     p1   = new Point(-5, -5);
     p2   = new Point(10, 10);
 }
Exemplo n.º 2
0
 public Axes(ScreenConverter c)
 {
     conv  = c;
     aFont = new Font("Arial", 7, FontStyle.Bold);
 }