C# Class Descent.Messaging.Events.CoordinatesEventArgs

The event arguments for events sending only coordinates.
Inheritance: GameEventArgs
显示文件 Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
CoordinatesEventArgs ( int x, int y ) : System.Diagnostics.Contracts
CoordinatesEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

CoordinatesEventArgs() public method

public CoordinatesEventArgs ( int x, int y ) : System.Diagnostics.Contracts
x int
y int
return System.Diagnostics.Contracts

CoordinatesEventArgs() public method

public CoordinatesEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
return System.Diagnostics.Contracts

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

ToString() public method

public ToString ( ) : string
return string