DoubleClickAction Class
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.
DoubleClick.
public class DoubleClickAction : Azure.AI.AgentServer.Responses.Models.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.DoubleClickAction>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.DoubleClickAction>
type DoubleClickAction = class
inherit ComputerAction
interface IJsonModel<DoubleClickAction>
interface IPersistableModel<DoubleClickAction>
Public Class DoubleClickAction
Inherits ComputerAction
Implements IJsonModel(Of DoubleClickAction), IPersistableModel(Of DoubleClickAction)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DoubleClickAction(Int64, Int64) |
Initializes a new instance of DoubleClickAction. |
Properties
| Name | Description |
|---|---|
| X |
The x-coordinate where the double click occurred. |
| Y |
The y-coordinate where the double click occurred. |