34,333
edits
Changes
→Creating the WinForm Form
Once the Form has been created, the next step is to create a graphics object on which to draw using the ''createGraphics()'' method of the Form object:
</pre>
$formGraphics = $form.createGraphics()
</pre>