Skip to content

Commit 21f0b7e

Browse files
committed
Added missing doc-comment
1 parent e499837 commit 21f0b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ScreenCapture.NET/Model/CaptureZone.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public sealed class CaptureZone
102102
/// <param name="y">The y-location of the region on the screen.</param>
103103
/// <param name="width">The width of the region on the screen.</param>
104104
/// <param name="height">The height of the region on the screen.</param>
105+
/// <param name="bytesPerPixel">The number of bytes per pixel.</param>
105106
/// <param name="downscaleLevel">The level of downscaling applied to the image of this region before copying to local memory.</param>
106107
/// <param name="unscaledWidth">The original width of the region.</param>
107108
/// <param name="unscaledHeight">The original height of the region</param>

0 commit comments

Comments
 (0)