Mar 13, 2002 #1 ColaKid Technical User Mar 13, 2002 2 SE Is there a way do dra a circle in a picturebox at a specific X,Y cordinat possition? i whould be greatful for any help..
Is there a way do dra a circle in a picturebox at a specific X,Y cordinat possition? i whould be greatful for any help..
Mar 13, 2002 #2 wmd3 Programmer Jan 22, 2002 37 US Try... ---------------------------- [PictureBox].Circle ([X], [Y]), [Radius], [Color] ---------------------------- Color is optional. There are also other optional parameters, but this is the basics of it. - Bill Upvote 0 Downvote
Try... ---------------------------- [PictureBox].Circle ([X], [Y]), [Radius], [Color] ---------------------------- Color is optional. There are also other optional parameters, but this is the basics of it. - Bill