mirror of
https://github.com/DarthAffe/ScreenCapture.NET.git
synced 2025-12-12 13:28:35 +00:00
Attemts->Attempts
This commit is contained in:
parent
183f02da94
commit
a53623e136
@ -18,7 +18,7 @@ public interface IScreenCapture : IDisposable
|
||||
event EventHandler<ScreenCaptureUpdatedEventArgs>? Updated;
|
||||
|
||||
/// <summary>
|
||||
/// Attemts to capture the current frame showed on the <see cref="Display"/>.
|
||||
/// Attempts to capture the current frame showed on the <see cref="Display"/>.
|
||||
/// </summary>
|
||||
/// <returns><c>true</c> if the current frame was captures successfully; otherwise, <c>false</c>.</returns>
|
||||
bool CaptureScreen();
|
||||
@ -59,4 +59,4 @@ public interface IScreenCapture : IDisposable
|
||||
/// Restarts the <see cref="IScreenCapture"/>.
|
||||
/// </summary>
|
||||
void Restart();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user