VncServerSessionFramebufferManualInvalidate Method (VncRectangle)

RemoteViewing
Queues an update for each of the specified regions. 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 FramebufferManualInvalidate(
	VncRectangle[] regions
)

Parameters

regions
Type: RemoteViewing.VncVncRectangle
The regions to invalidate.
See Also

Reference