C# Класс RemoteViewing.Vnc.Server.FramebufferUpdateRequest

Stores information about an update request from the client.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FramebufferUpdateRequest ( bool incremental, VncRectangle region )

Initializes a new instance of the FramebufferUpdateRequest class.

Описание методов

FramebufferUpdateRequest() публичный Метод

Initializes a new instance of the FramebufferUpdateRequest class.
public FramebufferUpdateRequest ( bool incremental, VncRectangle region )
incremental bool Whether an incremental update is desired.
region VncRectangle The region to update.