mirror of
https://github.com/DarthAffe/ScreenCapture.NET.git
synced 2025-12-12 13:28:35 +00:00
Cature->Capture
This commit is contained in:
parent
47055de4f2
commit
183f02da94
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user