4 references to ClearOutputChannel
System.Drawing.Common.Tests (4)
System\Drawing\Imaging\ImageAttributesTests.cs (4)
1028
imageAttr.
ClearOutputChannel
(type);
1042
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(ColorAdjustType.Default));
1050
AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.
ClearOutputChannel
(type));
1144
imageAttr.
ClearOutputChannel
(type);