Answer the question
In order to leave comments, you need to log in
What can be used to make interactive graphics (an example of a figure in word) in C #?
How can I draw a shape in C# on a PC so that it is clickable so that it can be selected and redrawn. It is necessary to make the functionality approximately the same as in Word when drawing shapes.
Currently using picture box>bitmap for each shape.
Editing is not so difficult, the question is how to determine that the user clicked on a certain figure - you don’t want to store all the coordinates and check the click on them.
There are no special problems with programming, it's just that the C# stack has never been written, I myself know C# as a language quite well. I am using Visual Studio 2015. Windows 7.
Answer the question
In order to leave comments, you need to log in
Bitmap is not transparent - i.e. if you draw two circles side by side, they will not intersect - one bitmap will overlap the other.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question