Attemts->Attempts

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

View File

@ -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();
}
}