Click or drag to resize

DeviceOrientationClientSetDeviceOrientationOverrideAsync Method

Version 130.1.90
Overrides the Device Orientation.

Namespace: CefSharp.DevTools.DeviceOrientation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetDeviceOrientationOverrideAsync(
	double alpha,
	double beta,
	double gamma
)

Parameters

alpha  Double
Mock alpha
beta  Double
Mock beta
gamma  Double
Mock gamma

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also