Click or drag to resize

InputClientSynthesizeScrollGestureAsync Method

Version 86.0.240

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

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SynthesizeScrollGestureAsync(
	long x,
	long y,
	Nullable<long> xDistance = null,
	Nullable<long> yDistance = null,
	Nullable<long> xOverscroll = null,
	Nullable<long> yOverscroll = null,
	Nullable<bool> preventFling = null,
	Nullable<int> speed = null,
	Nullable<GestureSourceType> gestureSourceType = null,
	Nullable<int> repeatCount = null,
	Nullable<int> repeatDelayMs = null,
	string interactionMarkerName = null
)

Parameters

x
Type: SystemInt64

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

y
Type: SystemInt64

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

xDistance (Optional)
Type: SystemNullableInt64

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

yDistance (Optional)
Type: SystemNullableInt64

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

xOverscroll (Optional)
Type: SystemNullableInt64

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

yOverscroll (Optional)
Type: SystemNullableInt64

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

preventFling (Optional)
Type: SystemNullableBoolean

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

speed (Optional)
Type: SystemNullableInt32

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

gestureSourceType (Optional)
Type: SystemNullableGestureSourceType

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

repeatCount (Optional)
Type: SystemNullableInt32

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

repeatDelayMs (Optional)
Type: SystemNullableInt32

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

interactionMarkerName (Optional)
Type: SystemString

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

Return Value

Type: TaskDevToolsMethodResponse

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

See Also