Window Constructor (IntPtr, ContextSettings)

SFML.Net

Window Constructor (IntPtr, ContextSettings)
Create the window from an existing control

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Window(
	IntPtr Handle,
	ContextSettings settings
)
Public Sub New ( 
	Handle As IntPtr,
	settings As ContextSettings
)
public:
Window(
	IntPtr Handle, 
	ContextSettings settings
)
new : 
        Handle : IntPtr * 
        settings : ContextSettings -> Window

Parameters

Handle
Type: SystemIntPtr
Platform-specific handle of the control
settings
Type: SFML.WindowContextSettings
Creation parameters
See Also