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