Graphic Editor using WinForms

I have to create an application in winforms. It will create a polygon in the top of the image to colorize the image. What Control to i really need to build this application.
No description
3 Replies
Ꜳåąɐȁặⱥᴀᴬ
you have to do everything yourself, anyway i would start with a picture box
Αμμάν Ριζουάν
I have done the toolbar, statusbar and menubar only the mdi part is left In MDI, i dont know the Control to build this application
GoldenFapple
GoldenFapple2d ago
You have to draw the polygons yourself? If so, Then like a toolbar with: -A pencil to draw vertices and lines between them (or separate these; one tool for vertices, one for lines). -An eraser. Maybe: -A circle drawing tool -A parallelogram drawing tool It looks like you have those, essentially, but as radio buttons. So maybe a toolbar instead with these things mentioned. And same idea as with the radio buttons: only one of them allowed to selected at a time. Justification for this: Its a common interaction pattern users are familiar with. e.g. mspaint and the like

Did you find this page helpful?