Click or drag to resize

InputClientSynthesizePinchGestureAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SynthesizePinchGestureAsync(
	long x,
	long y,
	long scaleFactor,
	Nullable<int> relativeSpeed = null,
	Nullable<GestureSourceType> gestureSourceType = null
)

Parameters

x
Type: SystemInt64

[Missing <param name="x"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

y
Type: SystemInt64

[Missing <param name="y"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

scaleFactor
Type: SystemInt64

[Missing <param name="scaleFactor"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

relativeSpeed (Optional)
Type: SystemNullableInt32

[Missing <param name="relativeSpeed"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

gestureSourceType (Optional)
Type: SystemNullableGestureSourceType

[Missing <param name="gestureSourceType"/> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Input.InputClient.SynthesizePinchGestureAsync(System.Int64,System.Int64,System.Int64,System.Nullable{System.Int32},System.Nullable{CefSharp.DevTools.Input.GestureSourceType})"]

See Also