3 references to SetThreshold
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
486
imageAttr.
SetThreshold
(0.7f);
524
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetThreshold
(0.5f));
541
imageAttr.
SetThreshold
(0.7f);