Window.this

Construct the window from an existing control.

Use this constructor if you want to create an OpenGL rendering area into an already existing control.

The second parameter is an optional structure specifying advanced OpenGL context settings such as antialiasing, depth-buffer bits, etc.

Parameters

handle WindowHandle

Platform-specific handle of the control.

settings const(ContextSettings)

Additional settings for the underlying OpenGL context.

Meta