christhedonstar
Programmer
Hi,
If I have a bunch of objects and I want them to have graphics which draw onto a form. How do I make that happen?
In Java Swing (a while back) you could make objects extend JComponent and rectangle. And then use the paintMe method to draw.
What do you do in c#?
Cheers,
Chris
If I have a bunch of objects and I want them to have graphics which draw onto a form. How do I make that happen?
In Java Swing (a while back) you could make objects extend JComponent and rectangle. And then use the paintMe method to draw.
What do you do in c#?
Cheers,
Chris