Hoofdstuk 9
Hoofdstuk 9. Arrays. (poging 1). CirkelKlikker. int x, y;. void klik(object o, MouseEA mea) { }. this .x = mea.X; this .y = mea.Y; this .Invalidate();. void teken(object o, PaintEA pea) { }. Graphics gr = pea.Graphics;. tekent alleen laatste cirkel.
289 views • 18 slides