C# Класс RemoteViewing.Windows.Forms.Server.VncScreenFramebufferSource

Provides a framebuffer with pixels copied from the screen.
Наследование: IVncFramebufferSource
Показать файл Открыть проект

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

Метод Описание
Capture ( ) : VncFramebuffer

Captures the screen.

VncScreenFramebufferSource ( string name, Screen screen ) : System

Initializes a new instance of the VncScreenFramebufferSource class.

VncScreenFramebufferSource ( string name, VncScreenFramebufferSourceGetBoundsCallback getBoundsCallback ) : System

Initializes a new instance of the VncScreenFramebufferSource class. Screen region bounds are determined by a callback.

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

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

Captures the screen.
public Capture ( ) : VncFramebuffer
Результат RemoteViewing.Vnc.VncFramebuffer

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

Initializes a new instance of the VncScreenFramebufferSource class.
public VncScreenFramebufferSource ( string name, Screen screen ) : System
name string The framebuffer name. Many VNC clients set their titlebar to this name.
screen System.Windows.Forms.Screen The bounds of the screen region.
Результат System

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

Initializes a new instance of the VncScreenFramebufferSource class. Screen region bounds are determined by a callback.
public VncScreenFramebufferSource ( string name, VncScreenFramebufferSourceGetBoundsCallback getBoundsCallback ) : System
name string The framebuffer name. Many VNC clients set their titlebar to this name.
getBoundsCallback VncScreenFramebufferSourceGetBoundsCallback A callback supplying the bounds of the screen region to copy.
Результат System