Function
ImageData:paste( source, dx, dy, sx, sy, sw, sh )
Paste into ImageData from another source ImageData.
Synopsis
ImageData:paste( source, dx, dy, sx, sy, sw, sh )
Parameters
source ImageData Source ImageData from which to copy.
dx number Destination top-left position on x-axis.
dy number Destination top-left position on y-axis.
sx number Source top-left position on x-axis.
sy number Source top-left position on y-axis.
sw number Source width.
sh number Source height.
Copyright © 2006-2010 LÖVE Development Team.