LayerTreeClientLoadSnapshotAsync Method |
Version 130.1.90
Returns the snapshot identifier.
Namespace: CefSharp.DevTools.LayerTreeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<LoadSnapshotResponse> LoadSnapshotAsync(
IList<PictureTile> tiles
)
public:
Task<LoadSnapshotResponse^>^ LoadSnapshotAsync(
IList<PictureTile^>^ tiles
)
Parameters
- tiles IListPictureTile
- An array of tiles composing the snapshot.
Return Value
TaskLoadSnapshotResponsereturns System.Threading.Tasks.Task<LoadSnapshotResponse>
See Also