Freigeben über


ScrollParam Class

Definition

Scroll.

public class ScrollParam : Azure.AI.AgentServer.Responses.Models.ComputerAction, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ScrollParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ScrollParam>
type ScrollParam = class
    inherit ComputerAction
    interface IJsonModel<ScrollParam>
    interface IPersistableModel<ScrollParam>
Public Class ScrollParam
Inherits ComputerAction
Implements IJsonModel(Of ScrollParam), IPersistableModel(Of ScrollParam)
Inheritance
ScrollParam
Implements

Constructors

Name Description
ScrollParam(Int64, Int64, Int64, Int64)

Initializes a new instance of ScrollParam.

Properties

Name Description
ScrollX

The horizontal scroll distance.

ScrollY

The vertical scroll distance.

X

The x-coordinate where the scroll occurred.

Y

The y-coordinate where the scroll occurred.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ComputerAction>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ComputerAction)
IJsonModel<ComputerAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ComputerAction)
IJsonModel<ScrollParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ScrollParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ComputerAction>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ComputerAction)
IPersistableModel<ComputerAction>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ComputerAction)
IPersistableModel<ComputerAction>.Write(ModelReaderWriterOptions) (Inherited from ComputerAction)
IPersistableModel<ScrollParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ScrollParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ScrollParam>.Write(ModelReaderWriterOptions)

Applies to