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