circles coordinates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kspiros
    New Member
    • Oct 2008
    • 16

    circles coordinates

    I have a problem the circles i use are not painted in the exact location which I want them to. For example, I want to paint them in coordinates lets say x=200
    y=200 and r=200, that is why i use
    Code:
    xGraph.FillEllipse(Brush, 200, 200, 200,200);
    but in the picture it does not go exactly on the point (200,200) of the picture with exactly r=200 but instead goes to about (300,300) with r=100. How can i solve this?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Hehe, I just replied about this in your other thread:
    Join 420,000+ software developers and IT professionals

    Comment

    Working...