Stores pixel data for a VNC session.
Inheritance Hierarchy
RemoteViewing.VncVncFramebuffer
Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The VncFramebuffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VncFramebuffer |
Initializes a new instance of the VncFramebuffer class.
|
Properties
Name | Description | |
---|---|---|
![]() | Height |
The framebuffer height.
|
![]() | Name |
The framebuffer name. Many VNC clients set their titlebar to this name.
|
![]() | SyncRoot |
The framebuffer synchronization object.
Lock this before reading the framebuffer to avoid tearing artifacts.
|
![]() | Width |
The framebuffer width.
|
Methods
Name | Description | |
---|---|---|
![]() | GetPixels |
Returns the values underlying this framebuffer.
|
![]() | SetPixel |
Sets the color of a single pixel.
|
See Also