mirror of
https://github.com/DarthAffe/ScreenCapture.NET.git
synced 2025-12-13 05:48:39 +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;
|
private bool _isDisposed;
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
protected HashSet<CaptureZone<TColor>> CaptureZones { get; } = new();
|
protected HashSet<CaptureZone<TColor>> CaptureZones { get; } = new();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user