VncScreenFramebufferSource Constructor (String, VncScreenFramebufferSourceGetBoundsCallback)RemoteViewing
Initializes a new instance of the VncScreenFramebufferSource class. Screen region bounds are determined by a callback.

Namespace: RemoteViewing.Windows.Forms.Server
Assembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public VncScreenFramebufferSource(
	string name,
	VncScreenFramebufferSourceGetBoundsCallback getBoundsCallback
)

Parameters

name
Type: OnlineSystem String
The framebuffer name. Many VNC clients set their titlebar to this name.
getBoundsCallback
Type: RemoteViewing.Windows.Forms.Server VncScreenFramebufferSourceGetBoundsCallback
A callback supplying the bounds of the screen region to copy.
See Also