From af401448e7d4f8a7854d7ce1b43470dff34ef18b Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Fri, 25 Nov 2022 23:28:35 +0100 Subject: [PATCH] Added missing doc-comment --- ScreenCapture.NET/Model/CaptureZone.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ScreenCapture.NET/Model/CaptureZone.cs b/ScreenCapture.NET/Model/CaptureZone.cs index bec983b..e33d59e 100644 --- a/ScreenCapture.NET/Model/CaptureZone.cs +++ b/ScreenCapture.NET/Model/CaptureZone.cs @@ -102,6 +102,7 @@ public sealed class CaptureZone /// The y-location of the region on the screen. /// The width of the region on the screen. /// The height of the region on the screen. + /// The number of bytes per pixel. /// The level of downscaling applied to the image of this region before copying to local memory. /// The original width of the region. /// The original height of the region