Window Constructor (VideoMode, String)

SFML.Net

Window Constructor (VideoMode, String)
Create the window with default style and 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(
	VideoMode mode,
	string title
)
Public Sub New ( 
	mode As VideoMode,
	title As String
)
public:
Window(
	VideoMode mode, 
	String^ title
)
new : 
        mode : VideoMode * 
        title : string -> Window

Parameters

mode
Type: SFML.WindowVideoMode
Video mode to use
title
Type: SystemString
Title of the window
See Also