4 references to SetThreshold
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
499imageAttr.SetThreshold(0.7f, type); 512imageAttr.SetThreshold(0.7f, type); 532AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.SetThreshold(0.5f, type)); 555imageAttr.SetThreshold(0.7f, type);