Freigeben über


ComputerUsePreviewTool(ComputerEnvironment, Int64, Int64) Constructor

Definition

Initializes a new instance of ComputerUsePreviewTool.

public ComputerUsePreviewTool(Azure.AI.AgentServer.Responses.Models.ComputerEnvironment environment, long displayWidth, long displayHeight);
new Azure.AI.AgentServer.Responses.Models.ComputerUsePreviewTool : Azure.AI.AgentServer.Responses.Models.ComputerEnvironment * int64 * int64 -> Azure.AI.AgentServer.Responses.Models.ComputerUsePreviewTool
Public Sub New (environment As ComputerEnvironment, displayWidth As Long, displayHeight As Long)

Parameters

environment
ComputerEnvironment

The type of computer environment to control.

displayWidth
Int64

The width of the computer display.

displayHeight
Int64

The height of the computer display.

Applies to