RenderWindow Constructor (IntPtr, ContextSettings)

SFML.Net

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

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

Parameters

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