Initializes a new instance of the VncFramebuffer class.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public VncFramebuffer( string name, int width, int height, VncPixelFormat pixelFormat )
Parameters
- name
- Type: System String
The framebuffer name. Many VNC clients set their titlebar to this name.
- width
- Type: System Int32
The framebuffer width.
- height
- Type: System Int32
The framebuffer height.
- pixelFormat
- Type: RemoteViewing.Vnc VncPixelFormat
The framebuffer pixel format.
See Also