FromResult(NativeWebViewSnapshot?) Method

Definition

Assembly NativeWebView.Core.dll

Creates a capture that has already completed.

public static NativeWebViewSnapshotCapture FromResult(NativeWebViewSnapshot? snapshot)

Parameters

snapshot
NativeWebViewSnapshot

The completed snapshot result.

Returns