Метод | Описание | |
---|---|---|
UndoMoveEventArgs ( |
||
UndoMoveEventArgs ( |
||
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 ( 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 |
public UndoMoveEventArgs ( |
||
other | ||
size_increased | bool | |
end_was_tail_node | bool | |
Результат | System |
public UndoMoveEventArgs ( |
||
other | ||
size_increased | bool | |
end_was_tail_node | bool | |
tail_node_location | System.Point | |
Результат | System |
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 |
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 |
public UndoMoveEventArgs ( |
||
other | ||
Результат | System |
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 |
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 |