C# Class SmartboyDevelopments.Haxxit.Maps.UndoMoveEventArgs

Inheritance: MoveEventArgs
Mostra file Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
UndoMoveEventArgs ( MoveEventArgs other, bool size_increased, bool end_was_tail_node ) : System
UndoMoveEventArgs ( MoveEventArgs other, bool size_increased, bool end_was_tail_node, System.Point tail_node_location ) : System
UndoMoveEventArgs ( System.Point start, System.Point direction, bool size_increased, bool end_was_tail_node ) : System
UndoMoveEventArgs ( System.Point start, System.Point direction, bool size_increased, bool end_was_tail_node, System.Point tail_node_location ) : System
UndoMoveEventArgs ( UndoMoveEventArgs other ) : System
UndoMoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y, bool size_increased, bool end_was_tail_node ) : System
UndoMoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y, bool size_increased, bool end_was_tail_node, System.Point tail_node_location ) : System

Method Details

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( MoveEventArgs other, bool size_increased, bool end_was_tail_node ) : System
other MoveEventArgs
size_increased bool
end_was_tail_node bool
return System

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( MoveEventArgs other, bool size_increased, bool end_was_tail_node, System.Point tail_node_location ) : System
other MoveEventArgs
size_increased bool
end_was_tail_node bool
tail_node_location System.Point
return System

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( System.Point start, System.Point direction, bool size_increased, bool end_was_tail_node ) : System
start System.Point
direction System.Point
size_increased bool
end_was_tail_node bool
return System

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( System.Point start, System.Point direction, bool size_increased, bool end_was_tail_node, System.Point tail_node_location ) : System
start System.Point
direction System.Point
size_increased bool
end_was_tail_node bool
tail_node_location System.Point
return System

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( UndoMoveEventArgs other ) : System
other UndoMoveEventArgs
return System

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y, bool size_increased, bool end_was_tail_node ) : System
start_x int
start_y int
direction_x int
direction_y int
size_increased bool
end_was_tail_node bool
return System

UndoMoveEventArgs() public method

public UndoMoveEventArgs ( int start_x, int start_y, int direction_x, int direction_y, bool size_increased, bool end_was_tail_node, System.Point tail_node_location ) : System
start_x int
start_y int
direction_x int
direction_y int
size_increased bool
end_was_tail_node bool
tail_node_location System.Point
return System