Provides a framebuffer with pixels copied from the screen.
Inheritance Hierarchy
RemoteViewing.Windows.Forms.ServerVncScreenFramebufferSource
Namespace: RemoteViewing.Windows.Forms.Server
Assembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The VncScreenFramebufferSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VncScreenFramebufferSource(String, VncScreenFramebufferSourceGetBoundsCallback) |
Initializes a new instance of the VncScreenFramebufferSource class.
Screen region bounds are determined by a callback.
| |
| VncScreenFramebufferSource(String, Screen) |
Initializes a new instance of the VncScreenFramebufferSource class.
|
Methods
| Name | Description | |
|---|---|---|
| Capture |
Captures the screen.
|
See Also