3 references to SetThreshold
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
485imageAttr.SetThreshold(0.7f); 523AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetThreshold(0.5f)); 540imageAttr.SetThreshold(0.7f);