Example #1
0
        public void Execute()
        {
            StageView stage = MainForm.CurrentStage;

            this.rotateCenter = stage.Selection.GlobalRotationCenter;
            stage.RotateSelectionAt(angle, rotateCenter);
        }
Example #2
0
        public void UnExecute()
        {
            StageView stage = MainForm.CurrentStage;

            stage.RotateSelectionAt(-angle, rotateCenter);
        }