Click or drag to resize

LayerTreeClientLoadSnapshotAsync Method

Version 130.1.90
Returns the snapshot identifier.

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

Parameters

tiles  IListPictureTile
An array of tiles composing the snapshot.

Return Value

TaskLoadSnapshotResponse
returns System.Threading.Tasks.Task<LoadSnapshotResponse>
See Also