Example #1
0
 private void MoveLeftButton_OnClick(object sender, RoutedEventArgs e)
 {
     _croppingAdorner.MoveCroppingRect(-AdjustUnit, 0);
 }