Layer.copyToBitmapFromMainImage

機能/意味
Copy image to Bitmap
タイプ
Layerクラスのメソッド
構文
copyToBitmapFromMainImage(dest)
引数
dest  Specify the destination Bitmap object.
戻り値
なし (void)
説明
 Copies the layer's main image to the Bitmap object specified by dest.
 The image size is the same as the image size of the copy source layer.
 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.copyFromBitmapToMainImage