Layer.assignImages

Function/Meaning

Copy of image

Type
Layerclassmethod of
Syntax
assignImages(src)
Arguments
src

Specify the copy source layer.

Return value
None (void)
Explanation

Copies the main image, mask image, and area image of the layer specified by src.
The image size will be the same as the image size of the copy source layer.
No other information will be copied.
This method takes almost no execution time because copying is actually just a state where "the same image is shared by two or more layers".