Is this circle?

ManicCW

Well-known member
Joined
Jul 21, 2005
Messages
428
Location
Mostar
Programming Experience
Beginner
This is what I get when i draw elipse using this code:

g.DrawEllipse(New Pen(Color.Black, 1 / 4), New Rectangle(x - 14, margins(2) + 88, 8, 8))

i have attached image. this is not a circle! what is the problem here?
 

Attachments

  • circle_net.jpg
    circle_net.jpg
    10.5 KB · Views: 81
The code says the circle is 8X8 with a pen width of .25 yet the image you have attached is very large. How did you obtain the attached image? Are you drawing to a file or a control?
 
Back
Top