3 references to ClearThreshold
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
555imageAttr.ClearThreshold(type); 567AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.ClearThreshold(ColorAdjustType.Default)); 575AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.ClearThreshold(type));