Draw a line on the image and move it

I want to draw a line or group of lines programmatically on an image and then manipulate them (move, resize, rotate). The lines come from the function, and then the image is saved with the positions of these lines.

Are there any enterprise / open source software APIs for this?

Author: V.March, 2020-02-13

1 answers

To create a graphical application, usually use WPF or Windows Forms. In both, you can draw lines programmatically via XML or C#. I advise you to immediately turn to the metanit training site. Here you can find information on how to use WPF or Forms.It also describes how to use C# to draw shapes, I attach the link: WPF metanit

 0
Author: jimac, 2020-02-13 07:50:08