4 references to SetThreshold
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
498
imageAttr.
SetThreshold
(0.7f, type);
511
imageAttr.
SetThreshold
(0.7f, type);
531
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
SetThreshold
(0.5f, type));
554
imageAttr.
SetThreshold
(0.7f, type);