Mar 13, 2002 #1 ColaKid Technical User Joined Mar 13, 2002 Messages 2 Location 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 Joined Jan 22, 2002 Messages 37 Location 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