C# Class SFML.Window.SizeEventArgs

Size event parameters
Inheritance: System.EventArgs
ファイルを表示 Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Height uint
Width uint

Public Methods

Method Description
SizeEventArgs ( SizeEvent e ) : System

Construct the size arguments from a size event

ToString ( ) : string

Provide a string describing the object

Method Details

SizeEventArgs() public method

Construct the size arguments from a size event
public SizeEventArgs ( SizeEvent e ) : System
e SizeEvent Size event
return System

ToString() public method

Provide a string describing the object
public ToString ( ) : string
return string

Property Details

Height public_oe property

New height of the window
public uint Height
return uint

Width public_oe property

New width of the window
public uint Width
return uint