Sets the framebuffer source.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public void SetFramebufferSource( IVncFramebufferSource source )
Parameters
- source
- Type: RemoteViewing.Vnc IVncFramebufferSource
The framebuffer source, or null if you intend to handle the framebuffer manually.
See Also