MoveParam(Int64, Int64) Constructor

Definition

Initializes a new instance of MoveParam.

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

Parameters

x
Int64

The x-coordinate to move to.

y
Int64

The y-coordinate to move to.

Applies to