Freigeben über


ScrollParam(Int64, Int64, Int64, Int64) Constructor

Definition

Initializes a new instance of ScrollParam.

public ScrollParam(long x, long y, long scrollX, long scrollY);
new Azure.AI.AgentServer.Responses.Models.ScrollParam : int64 * int64 * int64 * int64 -> Azure.AI.AgentServer.Responses.Models.ScrollParam
Public Sub New (x As Long, y As Long, scrollX As Long, scrollY As Long)

Parameters

x
Int64

The x-coordinate where the scroll occurred.

y
Int64

The y-coordinate where the scroll occurred.

scrollX
Int64

The horizontal scroll distance.

scrollY
Int64

The vertical scroll distance.

Applies to