
how to drawing with c#
how do i do the drawing with c # as shown in the picture below



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.
Maen BadwanPosted Nov 21, 2018, 8:43 AM
You can find more details here:
https://docs.microsoft.com/en-us/dotnet/api/system.drawing.graphics?view=netframework-4.7.2
However, if you are looking for more advanced shapes including measuring specialized objects (like Ruler, Poly-Rulers, Rectangle, Text, Highlight, etc.) that can be edited by user dynamically at runtime, you can try the Annotations objects and functions from LEADTOOLS .NET SDK. Note that these objects are drawn on a different layer over the image. Also they can be realized to the image to become part of the its' pixel data.
https://www.leadtools.com/help/leadtools/v20/dh/to/implementing-annotations.html
Mageshwaran RPosted Nov 15, 2019, 5:22 AM
umut celikPosted Nov 22, 2018, 12:12 AM
Jignesh KumarPosted Nov 19, 2018, 6:43 AM