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