GraphControllerMoveSelectedObjects Method |
Moves the selected objects in a certain direction in response to an arrow key pressed.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void MoveSelectedObjects(
PointD2D directionNormed,
bool isShiftPressed,
bool isCtrlPressed,
bool isCapsLockPressed
)
Parameters
- directionNormed PointD2D
- The direction (normed) in which the movement should be carried out.
- isShiftPressed Boolean
- True if the shift key was pressed along with the arrow key.
- isCtrlPressed Boolean
- True if the ctrl key was pressed along with the arrow key.
- isCapsLockPressed Boolean
- True if the CapsLock key was pressed along with the arrow key.
See Also