We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183f02d commit a53623eCopy full SHA for a53623e
ScreenCapture.NET/Generic/IScreenCapture.cs
@@ -18,7 +18,7 @@ public interface IScreenCapture : IDisposable
18
event EventHandler<ScreenCaptureUpdatedEventArgs>? Updated;
19
20
/// <summary>
21
- /// Attemts to capture the current frame showed on the <see cref="Display"/>.
+ /// Attempts to capture the current frame showed on the <see cref="Display"/>.
22
/// </summary>
23
/// <returns><c>true</c> if the current frame was captures successfully; otherwise, <c>false</c>.</returns>
24
bool CaptureScreen();
@@ -59,4 +59,4 @@ public interface IScreenCapture : IDisposable
59
/// Restarts the <see cref="IScreenCapture"/>.
60
61
void Restart();
62
-}
+}
0 commit comments