CoordParam(Int64, Int64) Constructor

Definition

Initializes a new instance of CoordParam.

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

Parameters

x
Int64

The x-coordinate.

y
Int64

The y-coordinate.

Applies to