hai...
in my project , we need to draw an ellipse on an image. the project is coded in c#. how can i draw an ellipse on an image . i hope reply soon
thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Mar 17, 2010, 2:26 AM
use below code to draw ellipse on image:
System.Drawing.Image image= System.Drawing.Image.FromFile("C:\abc.jpg");
DrawArea.Save("C:\\abc.bmp");
Please mark as answer if it helps.
ffvc retPosted May 18, 2014, 10:08 PM
shameer pvPosted Mar 17, 2010, 12:05 AM
when executing this i have an error . the error msg is "A Graphics object cannot be created from an image that has an indexed pixel format".
i'm trying to draw ellipse on a binary image.
i hope u will reply soon
thanx in advance
Aleksandar IlioskiPosted Mar 16, 2010, 2:12 PM
{
}