DoubleClickAction(Int64, Int64, IEnumerable<String>) Constructor

Definition

Initializes a new instance of DoubleClickAction.

public DoubleClickAction(long x, long y, System.Collections.Generic.IEnumerable<string> keys);
new Azure.AI.AgentServer.Responses.Models.DoubleClickAction : int64 * int64 * seq<string> -> Azure.AI.AgentServer.Responses.Models.DoubleClickAction
Public Sub New (x As Long, y As Long, keys As IEnumerable(Of String))

Parameters

x
Int64

The x-coordinate where the double click occurred.

y
Int64

The y-coordinate where the double click occurred.

Applies to