Click or drag to resize

LayerTreeClient.LoadSnapshotAsync Method

Version 106.0.290
Returns the snapshot identifier.

Namespace:  CefSharp.DevTools.LayerTree
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public Task<LoadSnapshotResponse> LoadSnapshotAsync(
	IList<PictureTile> tiles
)

Parameters

tiles
Type: System.Collections.Generic.IList<PictureTile>
An array of tiles composing the snapshot.

Return Value

Type: Task<LoadSnapshotResponse>
returns System.Threading.Tasks.Task<LoadSnapshotResponse>
See Also