Akramselwe
New member
- Joined
- Nov 23, 2015
- Messages
- 1
- Programming Experience
- Beginner
Hi
I want to create function to draw circle put using this :
nx = x + r *Math.Sin(th * 22 / 7 / 180);
ny = y + r2 *Math.Cos(th * 22 / 7 / 180);
and draw them in picture box using SetPixel method.
I want to create function to draw circle put using this :
nx = x + r *Math.Sin(th * 22 / 7 / 180);
ny = y + r2 *Math.Cos(th * 22 / 7 / 180);
and draw them in picture box using SetPixel method.