Paste into ImageData from another source ImageData.
== Function ==
=== Synopsis ===
<source lang="lua">
ImageData:paste( source, dx, dy, sx, sy, sw, sh )
</source>
=== Arguments ===
{{param|ImageData|source|Source ImageData from which to copy.}}
{{param|number|dx|Destination top-left position on x-axis.}}
{{param|number|dy|Destination top-left position on y-axis.}}
{{param|number|sx|Source top-left position on x-axis.}}
{{param|number|sy|Source top-left position on y-axis.}}
{{param|number|sw|Source width.}}
{{param|number|sh|Source height.}}
=== Returns ===
Nothing.

== Notes ==
Note that this function just replaces the contents in the destination rectangle; it does not do any alpha blending.

== See Also ==
* [[parent::ImageData]]
[[Category:Functions]]
{{#set:Description=Paste into ImageData from another source ImageData.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ImageData:paste}}