4 references to SetThreshold
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
498imageAttr.SetThreshold(0.7f, type); 511imageAttr.SetThreshold(0.7f, type); 531AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetThreshold(0.5f, type)); 554imageAttr.SetThreshold(0.7f, type);