Méthode | Description | |
---|---|---|
MoveEventArgs ( |
||
MoveEventArgs ( System.Point start, System.Point direction ) : System | ||
MoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y ) : System |
public MoveEventArgs ( |
||
other | ||
Résultat | System |
public MoveEventArgs ( System.Point start, System.Point direction ) : System | ||
start | System.Point | |
direction | System.Point | |
Résultat | System |
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 |