Method

GVncFramebuffercopyrect

Declaration [src]

void
vnc_framebuffer_copyrect (
  VncFramebuffer* fb,
  guint16 srcx,
  guint16 srcy,
  guint16 dstx,
  guint16 dsty,
  guint16 width,
  guint16 height
)

Description [src]

Copies data from the range (srcx, srcy) to (srcx+width, srcy+height) over to the range starting at (dstx, dsty).

Parameters

srcx guint16
 

The horizontal starting pixel.

srcy guint16
 

The vertical starting pixel.

dstx guint16
 

The horizontal target pixel.

dsty guint16
 

The vertical target pixel.

width guint16
 

The width of the region.

height guint16
 

The height of the region.