Click or drag to resize

DeviceOrientationClient.SetDeviceOrientationOverrideAsync Method

Version 106.0.290
Overrides the Device Orientation.

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

Parameters

alpha
Type: System.Double
Mock alpha
beta
Type: System.Double
Mock beta
gamma
Type: System.Double
Mock gamma

Return Value

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