Skip to content

Commit b0af05a

Browse files
committed
OffScreen - ChromiumWebBrowser Fix xml doc
1 parent 13bafa7 commit b0af05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CefSharp.OffScreen/ChromiumWebBrowser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ public Bitmap ScreenshotOrNull(PopupBlending blend = PopupBlending.Main)
476476
/// The bitmap size is determined by the Size property set earlier.
477477
/// </summary>
478478
/// <param name="ignoreExistingScreenshot">Ignore existing bitmap (if any) and return the next avaliable bitmap</param>
479-
/// /// <param name="blend">Choose which bitmap to retrieve, choose <see cref="PopupBlending.Blend"/> for a merged bitmap.</param>
479+
/// <param name="blend">Choose which bitmap to retrieve, choose <see cref="PopupBlending.Blend"/> for a merged bitmap.</param>
480480
/// <returns>Task&lt;Bitmap&gt;.</returns>
481481
public Task<Bitmap> ScreenshotAsync(bool ignoreExistingScreenshot = false, PopupBlending blend = PopupBlending.Main)
482482
{

0 commit comments

Comments
 (0)