VncScreenFramebufferSource Constructor (String, Screen)

RemoteViewing
Initializes a new instance of the VncScreenFramebufferSource class.

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

public VncScreenFramebufferSource(
	string name,
	Screen screen
)

Parameters

name
Type: SystemString
The framebuffer name. Many VNC clients set their titlebar to this name.
screen
Type: System.Windows.FormsScreen
The bounds of the screen region.
See Also

Reference