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