MoveParam(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 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.