VncServerSessionSetFramebufferSource Method

RemoteViewing
Sets the framebuffer source.

Namespace:  RemoteViewing.Vnc.Server
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetFramebufferSource(
	IVncFramebufferSource source
)

Parameters

source
Type: RemoteViewing.VncIVncFramebufferSource
The framebuffer source, or null if you intend to handle the framebuffer manually.
See Also

Reference