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