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