4 references to MergeCopy
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
1593yield return new object[] { CopyPixelOperation.MergeCopy };
1637[InlineData(CopyPixelOperation.MergeCopy - 1)]
1680AssertExtensions.Throws<ArgumentException>(null, () => graphics.CopyFromScreen(0, 0, 0, 0, Size.Empty, CopyPixelOperation.MergeCopy));
1682AssertExtensions.Throws<ArgumentException>(null, () => graphics.CopyFromScreen(Point.Empty, Point.Empty, Size.Empty, CopyPixelOperation.MergeCopy));