Layer.assignImages

機能/意味
Copy image
タイプ
Layerクラスのメソッド
構文
assignImages(src)
引数
src  Specify the copy source layer.
戻り値
なし (void)
説明
 Copy the main image, mask image, and area image of the layer specified by src.
 The image size is the same as the image size of the copy source layer. No other information is copied.
 This method takes almost no execution time, because it is just a state that "the same image is shared by two or more layers".