Exemplo n.º 1
0
 private void FastSouthEast()
 {
     FastImageOperations.ApplySouthEastFilter(SelectedImage.Bitmap);
 }
Exemplo n.º 2
0
 private void FastNorth()
 {
     FastImageOperations.ApplyNorthFilter(SelectedImage.Bitmap);
 }