RenderWindow Constructor (IntPtr)

SFML.Net

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

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

Parameters

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