VncFramebuffer Class

RemoteViewing
Stores pixel data for a VNC session.
Inheritance Hierarchy

SystemObject
  RemoteViewing.VncVncFramebuffer

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

public class VncFramebuffer : IVncFramebufferSource

The VncFramebuffer type exposes the following members.

Constructors

  NameDescription
Public methodVncFramebuffer
Initializes a new instance of the VncFramebuffer class.
Top
Properties

  NameDescription
Public propertyHeight
The framebuffer height.
Public propertyName
The framebuffer name. Many VNC clients set their titlebar to this name.
Public propertySyncRoot
The framebuffer synchronization object. Lock this before reading the framebuffer to avoid tearing artifacts.
Public propertyWidth
The framebuffer width.
Top
Methods

  NameDescription
Public methodGetPixels
Returns the values underlying this framebuffer.
Public methodSetPixel
Sets the color of a single pixel.
Top
See Also

Reference