1Image.copy(3kaya) Kaya module reference Image.copy(3kaya)
2
3
4
6 Image::copy - Copy a portion of an image.
7
9 Void copy( Image dest, Image src, Int dstx, Int dsty, Int srcx, Int
10 srcy, Int w, Int h )
11
13 dest Destination image
14
15 src Source image
16
17 dstx Destination left edge
18
19 dsty Destination top edge
20
21 srcx Source left edge
22
23 srcy Source top edge
24
25 w Width of area to copy
26
27 h Height of area to copy
28
30 Copy a portion of an image from one image to another.
31
33 Kaya standard library by Edwin Brady, Chris Morris and others
34 (kaya@kayalang.org). For further information see http://kayalang.org/
35
37 The Kaya standard library is free software; you can redistribute it
38 and/or modify it under the terms of the GNU Lesser General Public
39 License (version 2.1 or any later version) as published by the Free
40 Software Foundation.
41
43 Image.copyResized (3kaya)
44
45
46
47Kaya December 2010 Image.copy(3kaya)