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