Click or drag to resize

LayerTreeClientLoadSnapshotAsync Method

Version 86.0.240
Returns the snapshot identifier.

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

Parameters

tiles
Type: System.Collections.GenericIListPictureTile
An array of tiles composing the snapshot.

Return Value

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