Click or drag to resize

LayerTreeClientProfileSnapshotAsync Method

Version 102.0.100
ProfileSnapshot

Namespace:  CefSharp.DevTools.LayerTree
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public Task<ProfileSnapshotResponse> ProfileSnapshotAsync(
	string snapshotId,
	int? minRepeatCount = null,
	double? minDuration = null,
	Rect clipRect = null
)

Parameters

snapshotId
Type: SystemString
The id of the layer snapshot.
minRepeatCount (Optional)
Type: SystemNullableInt32
The maximum number of times to replay the snapshot (1, if not specified).
minDuration (Optional)
Type: SystemNullableDouble
The minimum duration (in seconds) to replay the snapshot.
clipRect (Optional)
Type: CefSharp.DevTools.DOMRect
The clip rectangle to apply when replaying the snapshot.

Return Value

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