C# 클래스 RemoteViewing.Windows.Forms.Server.VncScreenFramebufferSource

Provides a framebuffer with pixels copied from the screen.
상속: IVncFramebufferSource
파일 보기 프로젝트 열기: qmfrederik/remoteviewing

공개 메소드들

메소드 설명
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