| IGraphicsServiceGameForm Property |
Gets the main form (main window) of the
Game.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax ReadOnly Property GameForm As Object
Get
property Object^ GameForm {
Object^ get ();
}
abstract GameForm : Object with 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