C# Class SFML.Window.TextEventArgs

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

Public Properties

Property Type Description
Unicode string

Public Methods

Method Description
TextEventArgs ( TextEvent e ) : System

Construct the text arguments from a text event

ToString ( ) : string

Provide a string describing the object

Method Details

TextEventArgs() public method

Construct the text arguments from a text event
public TextEventArgs ( TextEvent e ) : System
e TextEvent Text event
return System

ToString() public method

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

Property Details

Unicode public_oe property

UTF-16 value of the character
public string Unicode
return string