We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e499837 commit 21f0b7eCopy full SHA for 21f0b7e
ScreenCapture.NET/Model/CaptureZone.cs
@@ -102,6 +102,7 @@ public sealed class CaptureZone
102
/// <param name="y">The y-location of the region on the screen.</param>
103
/// <param name="width">The width of the region on the screen.</param>
104
/// <param name="height">The height of the region on the screen.</param>
105
+ /// <param name="bytesPerPixel">The number of bytes per pixel.</param>
106
/// <param name="downscaleLevel">The level of downscaling applied to the image of this region before copying to local memory.</param>
107
/// <param name="unscaledWidth">The original width of the region.</param>
108
/// <param name="unscaledHeight">The original height of the region</param>
0 commit comments