i draw the circle in c# using directx.i like to draw the circle with same dimensions in c# using GDI.It means i like to convert that circle from directx to GDI. Is any body help for me.plz provide the answer for me.how can i do it.Is any algorithm available for that……..
And also i give the input for center of the circle is (x,y)in this point format.but in gdi it is pixel format .so how can i convert the directx points to gdi+ pixels
i draw the circle in c# using directx.i like to draw the circle with
Share
Here is a link from MSDN that introduces Graphics and Drawing in Windows Forms. And it’s likely that you will need something similar to:
After that you might want to look into double-buffering techniques, a few links :