Copies a region of the framebuffer into a bitmap.
Namespace: RemoteViewing.Windows.FormsAssembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public static void CopyFromFramebuffer( VncFramebuffer source, VncRectangle sourceRectangle, Bitmap target, int targetX, int targetY )
Parameters
- source
- Type: RemoteViewing.Vnc VncFramebuffer
The framebuffer to read.
- sourceRectangle
- Type: RemoteViewing.Vnc VncRectangle
The framebuffer region to copy.
- target
- Type: System.Drawing Bitmap
The bitmap to copy into.
- targetX
- Type: System Int32
The leftmost X coordinate of the bitmap to draw to.
- targetY
- Type: System Int32
The topmost Y coordinate of the bitmap to draw to.
See Also