Copies a region of a bitmap into the framebuffer.
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 CopyToFramebuffer( Bitmap source, VncRectangle sourceRectangle, VncFramebuffer target, int targetX, int targetY )
Parameters
- source
- Type: System.Drawing Bitmap
The bitmap to read.
- sourceRectangle
- Type: RemoteViewing.Vnc VncRectangle
The bitmap region to copy.
- target
- Type: RemoteViewing.Vnc VncFramebuffer
The framebuffer to copy into.
- targetX
- Type: System Int32
The leftmost X coordinate of the framebuffer to draw to.
- targetY
- Type: System Int32
The topmost Y coordinate of the framebuffer to draw to.
See Also