Layer.copyFromBitmapToMainImage

機能/意味
Copy image from Bitmap
タイプ
Layerクラスのメソッド
構文
copyFromBitmapToMainImage(src)
引数
src  Specify the Bitmap object to copy.
戻り値
なし (void)
説明
 Copies an image from the Bitmap object specified by src to the main image of the layer.
 The image size is the same as the image size of the source Bitmap object.
 This method takes almost no execution time, because it is just a state that "the same image is shared by two or more layers".
参照
Layer.copyToBitmapFromMainImage