VncBitmap CopyToFramebuffer Method RemoteViewing
Copies a region of a bitmap into the framebuffer.

Namespace: RemoteViewing.Windows.Forms
Assembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public static void CopyToFramebuffer(
	Bitmap source,
	VncRectangle sourceRectangle,
	VncFramebuffer target,
	int targetX,
	int targetY
)
See Also