New1
Previous Top Next

Creates a new GameWindow object.
Syntax: New1 (Form As Control, Left As Int32, Top As Int32, Width As Int32, Height As Int32)
Form - The control name (usually a form) that will hold the GameWindow.
Left, Top, Width, Height - The GameWindow position and size.

Example:
gw.New1("Form1",0,0,Form1.Width,form1.Height)