VncFramebuffer MembersRemoteViewing

The VncFramebuffer type exposes the following members.
Constructors

  NameDescription
Public methodVncFramebuffer
Initializes a new instance of the VncFramebuffer class.
Back to Top
Methods

  NameDescription
Public methodGetBuffer
Returns the memory underlying this framebuffer.
Public methodSetPixel
Sets the color of a single pixel.
Back to Top
Properties

  NameDescription
Public propertyHeight
The framebuffer height.
Public propertyName
The framebuffer name. Many VNC clients set their titlebar to this name.
Public propertyPixelFormat
The framebuffer pixel format.
Public propertyStride
The framebuffer stride. This is the number of bytes between one Y coordinate and the next.
Public propertySyncRoot
The framebuffer synchronization object. Lock this before reading the framebuffer to avoid tearing artifacts.
Public propertyWidth
The framebuffer width.
Back to Top
See Also