Beispiel #1
0
 public void TransformationModeChanged(SelectionBoxDraggableState.TransformationMode mode)
 {
     Oy.Publish("SelectTool:TransformationModeChanged", mode.ToString());
 }
Beispiel #2
0
 public void TransformationToolChanged(SelectionBoxDraggableState.TransformationMode tt)
 {
     _selectedType = tt;
     SetCheckState();
 }