RenderWindow Constructor

SFML.Net

RenderWindow Constructor
Overload List
  Name Description
Public method RenderWindow(IntPtr)
Create the window from an existing control with default creation settings
Public method RenderWindow(IntPtr, ContextSettings)
Create the window from an existing control
Public method RenderWindow(VideoMode, String)
Create the window with default style and creation settings
Public method RenderWindow(VideoMode, String, Styles)
Create the window with default creation settings
Public method RenderWindow(VideoMode, String, Styles, ContextSettings)
Create the window
Top
See Also