C# Class SmartboyDevelopments.Haxxit.Maps.MoveEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: smartboyathome/Haxxit Class Usage Examples

Méthodes publiques

Méthode Description
MoveEventArgs ( MoveEventArgs other ) : System
MoveEventArgs ( System.Point start, System.Point direction ) : System
MoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y ) : System

Method Details

MoveEventArgs() public méthode

public MoveEventArgs ( MoveEventArgs other ) : System
other MoveEventArgs
Résultat System

MoveEventArgs() public méthode

public MoveEventArgs ( System.Point start, System.Point direction ) : System
start System.Point
direction System.Point
Résultat System

MoveEventArgs() public méthode

public MoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y ) : System
start_x int
start_y int
direction_x int
direction_y int
Résultat System