Cature->Capture

This commit is contained in:
iwkjosec 2024-03-26 14:05:29 +09:00 committed by GitHub
parent 47055de4f2
commit 183f02da94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ public abstract class AbstractScreenCapture<TColor> : IScreenCapture
private bool _isDisposed;
/// <summary>
/// Gets a list of <see cref="CaptureZone{TColol}"/> registered on this ScreenCature.
/// Gets a list of <see cref="CaptureZone{TColol}"/> registered on this ScreenCapture.
/// </summary>
protected HashSet<CaptureZone<TColor>> CaptureZones { get; } = new();