Search results for query: *

  • Users: Akramselwe
  • Content: Threads
  • Order by date
  1. A

    Question draw circle

    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.
Back
Top Bottom