Changes

Jump to: navigation, search

Drawing Graphics using PowerShell 1.0 and GDI+

1 byte removed, 20:02, 18 December 2008
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>

Navigation menu