Exemplo n.º 1
0
 void BtRotateCWClick(object sender, EventArgs e)
 {
     if (IP != null)
     {
         IP.RotateCW();
         //PbOriginal.Image = IP.Original;
     }
 }
 private void BtRotateCWClick(object sender, EventArgs e)
 {
     _imageProcessor?.RotateCW();
     //PbOriginal.Image = IP.Original;
 }
Exemplo n.º 3
0
 void BtRotateCWClick(object sender, EventArgs e)
 {
     IP.RotateCW();
     PbOriginal.Image = IP.Original;
 }