The VncFramebuffer type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
VncFramebuffer |
Initializes a new instance of the VncFramebuffer class.
|
Methods
Name | Description | |
---|---|---|
GetBuffer |
Returns the memory underlying this framebuffer.
| |
SetPixel |
Sets the color of a single pixel.
|
Properties
Name | Description | |
---|---|---|
Height |
The framebuffer height.
| |
Name |
The framebuffer name. Many VNC clients set their titlebar to this name.
| |
PixelFormat |
The framebuffer pixel format.
| |
Stride |
The framebuffer stride. This is the number of bytes between one Y coordinate and the next.
| |
SyncRoot |
The framebuffer synchronization object.
Lock this before reading the framebuffer to avoid tearing artifacts.
| |
Width |
The framebuffer width.
|
See Also