ComputerUsePreviewTool(ComputerEnvironment, Int64, Int64) Constructor
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.
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.