Click or drag to resize
InitHandler Delegate

[This is preliminary documentation and is subject to change.]

Initializes window on render thread and returns it's handle of window/control where to draw

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public delegate IMyRenderWindow InitHandler()

Return Value

Type: IMyRenderWindow
See Also