コード例 #1
0
 void BtRotateCWClick(object sender, EventArgs e)
 {
     if (IP != null)
     {
         IP.RotateCW();
         //PbOriginal.Image = IP.Original;
     }
 }
コード例 #2
0
 private void BtRotateCWClick(object sender, EventArgs e)
 {
     _imageProcessor?.RotateCW();
     //PbOriginal.Image = IP.Original;
 }
コード例 #3
0
 void BtRotateCWClick(object sender, EventArgs e)
 {
     IP.RotateCW();
     PbOriginal.Image = IP.Original;
 }