Sir/Madam
How to draw a line over image using c#?
With Regards,
Gomathi.P
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.
Gomathi PalaniswamyPosted Aug 26, 2010, 12:37 AM
With Regards,
Gomathi.P
Mahesh ChandPosted Aug 25, 2010, 10:05 AM
Here is an example:
Drawing Graphics Paths in GDI+
You can use AddImage and AddLine methods to add an image and line to a GraphicsPath and draw GraphicsPath. That will draw both image and line.