ScrollParam(Int64, Int64, Int64, Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.