SFML.Net
| RenderWindow Constructor |
Overload List
| Name | Description | |
|---|---|---|
|
RenderWindow(IntPtr) |
Create the window from an existing control with default creation settings
|
|
RenderWindow(IntPtr, ContextSettings) |
Create the window from an existing control
|
|
RenderWindow(VideoMode, String) |
Create the window with default style and creation settings
|
|
RenderWindow(VideoMode, String, Styles) |
Create the window with default creation settings
|
|
RenderWindow(VideoMode, String, Styles, ContextSettings) |
Create the window
|
See Also