VncServerSessionFramebufferManualCopyRegion Method

RemoteViewing
Queues an update corresponding to one region of the framebuffer being copide to another. Do not call this method without holding FramebufferUpdateRequestLock.

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

public void FramebufferManualCopyRegion(
	VncRectangle target,
	int sourceX,
	int sourceY
)

Parameters

target
Type: RemoteViewing.VncVncRectangle
sourceX
Type: SystemInt32
sourceY
Type: SystemInt32
See Also

Reference