C# Class SFML.Window.SizeEvent

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Height uint
Width uint

Property Details

Height public property

New height of the window
public uint Height
return uint

Width public property

New width of the window
public uint Width
return uint