New1
Previous  Next

Initializes a Drawer object.
New1 (unlike New2) is used to draw directly on a form.
Syntax: New1 (FormName As Form, ForeLayer As Boolean)
ForeLayer - If true then the drawer will draw on the forelayer.

Example:
drawer.New1 ("Form1", false)