Window Constructor (IntPtr)

SFML.Net

Window Constructor (IntPtr)
Create the window from an existing control with default creation settings

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
)
Public Sub New ( 
	handle As IntPtr
)
public:
Window(
	IntPtr handle
)
new : 
        handle : IntPtr -> Window

Parameters

handle
Type: SystemIntPtr
Platform-specific handle of the control
See Also