Esempio n. 1
0
 public void FindMinMaxIntensity(out double min, out double max)
 {
     FreeImage.FindMinMax(this.Dib, out min, out max);
 }