Layer.piledCopy

機能/意味
Copy the image with the layers superimposed
タイプ
Layerクラスのメソッド
構文
piledCopy(dleft, dtop, src, sleft, stop, swidth, sheight)
引数
dleft  Specifies the left edge of the destination rectangle in pixels (at the image location of the destination layer).
dtop  Specifies the top edge of the destination rectangle in pixels (at the image location of the destination layer).
src  Specify the copy source layer object.
sleft  Specifies the left edge of the rectangle to be copied in pixels (at the display position of the source layer).
stop  Specify the top position of the rectangle to be copied in pixels (at the display position of the source layer).
swidth  Specifies the width of the rectangle to be copied in pixels (at the display position of the source layer).
sheight  Specifies the height of the rectangle to be copied in pixels (at the display position of the source layer).
戻り値
なし (void)
説明
 Overlays the specified rectangular part of the specified copy source layer including the child layer, and copies the resulting image to the specified position of your layer.
 This method is not affected by the Layer.face properties of the source or destination layer.