예제 #1
0
 private void FastSouthEast()
 {
     FastImageOperations.ApplySouthEastFilter(SelectedImage.Bitmap);
 }
예제 #2
0
 private void FastNorth()
 {
     FastImageOperations.ApplyNorthFilter(SelectedImage.Bitmap);
 }