Window Constructor

SFML.Net

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