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;
|
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();
|
||||||
|
|
||||||
@ -244,4 +244,4 @@ public abstract class AbstractScreenCapture<TColor> : IScreenCapture
|
|||||||
protected virtual void Dispose(bool disposing) { }
|
protected virtual void Dispose(bool disposing) { }
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user