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