VncFramebuffer Constructor

RemoteViewing
Initializes a new instance of the VncFramebuffer class.

Namespace:  RemoteViewing.Vnc
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public VncFramebuffer(
	string name,
	int width,
	int height
)

Parameters

name
Type: SystemString
The framebuffer name. Many VNC clients set their titlebar to this name.
width
Type: SystemInt32
The framebuffer width.
height
Type: SystemInt32
The framebuffer height.
See Also

Reference