Click or drag to resize

LayerTreeClient.LoadSnapshotAsync Method

Version 118.6.80
Returns the snapshot identifier.

Namespace:  CefSharp.DevTools.LayerTree
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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