VncFramebuffer PropertiesRemoteViewing
The VncFramebuffer type exposes the following members.
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