how to create cirlcle object

tahu191

Well-known member
Joined
Oct 27, 2005
Messages
48
Location
USA
Programming Experience
Beginner
i need to be able to create circle objects and be able to detect collisions on them please help me!!!!!
 
Graphics and GraphicsPath classes got all you need to do this. Attached is a project example, creates and draws 3 circles to a PictureBox on a Form. Click and drag a circle to move it and see when collision is detected.
 

Attachments

  • vbnet20-Circles.zip
    11 KB · Views: 78
Back
Top