34,333
edits
Changes
→Creating the WinForms Form
</pre>
== Creating the WinForms Form and Graphics Object ==
Having defined the GDI+ drawing objects, the next step is to create a canvas on which to draw. For the purposes of this example, a Winforms ''Form'' will act as the drawing canvas. To create this form it is necessary to make use of the WinForms API: