コード例 #1
0
 private void imageRotateCCWCommand_Execute(object sender, EventArgs e)
 {
     ImagePropertiesInfo.ImageRotation = ImageDecoratorUtils.GetFlipTypeRotatedCCW(ImagePropertiesInfo.ImageRotation);
     ApplyImageDecorations();
 }
コード例 #2
0
 private void commandImageRotate_Execute(object sender, EventArgs e)
 {
     ImageInfo.ImageRotation = ImageDecoratorUtils.GetFlipTypeRotated90(ImageInfo.ImageRotation);
     ApplyImageDecorations();
 }