VncScreenFramebufferSource Class

RemoteViewing
Provides a framebuffer with pixels copied from the screen.
Inheritance Hierarchy

SystemObject
  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

public class VncScreenFramebufferSource : IVncFramebufferSource

The VncScreenFramebufferSource type exposes the following members.

Constructors

  NameDescription
Public methodVncScreenFramebufferSource(String, VncScreenFramebufferSourceGetBoundsCallback)
Initializes a new instance of the VncScreenFramebufferSource class. Screen region bounds are determined by a callback.
Public methodVncScreenFramebufferSource(String, Screen)
Initializes a new instance of the VncScreenFramebufferSource class.
Top
Methods

  NameDescription
Public methodCapture
Captures the screen.
Top
See Also

Reference