5 references to CopyFromScreen
System.Drawing.Common.Tests (4)
System\Drawing\GraphicsTests.cs (4)
1612
graphics.
CopyFromScreen
(0, 0, 0, 0, new Size(1, 1), copyPixelOperation);
1649
Assert.ThrowsAny<ArgumentException>(() => graphics.
CopyFromScreen
(1, 2, 3, 4, Size.Empty, copyPixelOperation));
1662
Assert.Throws<InvalidOperationException>(() => graphics.
CopyFromScreen
(0, 0, 0, 0, Size.Empty, CopyPixelOperation.DestinationInvert));
1680
AssertExtensions.Throws<ArgumentException>(null, () => graphics.
CopyFromScreen
(0, 0, 0, 0, Size.Empty, CopyPixelOperation.MergeCopy));
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenshotService.cs (1)
65
graphics.
CopyFromScreen
(