Is there any method to draw point and ellipse using real value( i.e. floats)
-
Hi Is there any method of drawing circles and points with float values. I am drawing a series of circles and points on my view. (A scientific application) I am using SetPixel and Ellipse methods to draw point and circles respectively. Every thing is working fine, but to the application context when we analyse further that series of holes have to be closer i.e. at one end all holes circumference must overlap and just give a shape like all circles are connected at that point. Circles are generally one inside other. i.e. bigger outside and then smaller inside. But it instead of showing holes closer it shows them somewhat wider. I thought this might be due to holes i am plotting with int values. Thats why this thought that if holes drawn with float to check whetehr it corrects the problem i am facing. Sandeep Leave your mark wherever you go