Click or drag to resize
DigitalRuneIGraphicsServiceGameForm Property
Gets the main form (main window) of the Game.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
Object GameForm { get; }

Property Value

Type: Object
The game window form (System.Windows.Forms.Form). This property is set on Windows (desktop) and is on all other platforms.
See Also