C# 클래스 SmartboyDevelopments.Haxxit.Maps.UndoMoveEventArgs

상속: MoveEventArgs
파일 보기 프로젝트 열기: smartboyathome/Haxxit 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

UndoMoveEventArgs() 공개 메소드

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

UndoMoveEventArgs() 공개 메소드

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
리턴 System

UndoMoveEventArgs() 공개 메소드

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
리턴 System

UndoMoveEventArgs() 공개 메소드

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
리턴 System

UndoMoveEventArgs() 공개 메소드

public UndoMoveEventArgs ( UndoMoveEventArgs other ) : System
other UndoMoveEventArgs
리턴 System

UndoMoveEventArgs() 공개 메소드

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
리턴 System

UndoMoveEventArgs() 공개 메소드

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
리턴 System