Layer.piledCopy

Function/Meaning
Copy images with layers superimposed
Type
Method of Layer class
Syntax
piledCopy(dleft, dtop, src, sleft, stop, swidth, sheight)
Arguments
dleft Specifies the left edge position of the destination rectangle in pixels (relative to the destination layer's image position).
dtop Specifies the top edge position of the destination rectangle in pixels (relative to the destination layer's image position).
src Specifies the source layer object.
sleft Specifies the left edge position of the rectangle to copy in pixels (relative to the source layer's display position).
stop Specifies the top edge position of the rectangle to copy in pixels (relative to the source layer's display position).
swidth Specifies the width of the rectangle to copy in pixels (relative to the source layer's display position).
sheight Specifies the height of the rectangle to copy in pixels (relative to the source layer's display position).
Return Value
None (void)
Description
Superimposes the specified rectangular portion of the specified source layer, including its child layers, and copies the resulting image to the specified position on the current layer.
This method is not affected by the Layer.face property of either the source or destination layers.