copyrect
Description:
public abstract void copyrect (uint16 srcx, uint16 srcy, uint16 dstx, uint16 dsty, uint16 width, uint16 height)
Copies data from the range (srcx
, srcy
) to (srcx
+width
, srcy
+height
) over to the range starting at (dstx
, dsty
).
Parameters:
this |
the framebuffer object |
srcx |
the horizontal starting pixel |
srcy |
the vertical starting pixel |
dstx |
the horizontal target pixel |
dsty |
the vertical target pixel |
width |
the width of the region |
height |
the height of the region |