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