Bitmap.copyFrom

機能/意味
Copy image
タイプ
Bitmapクラスのメソッド
構文
copyFrom(src)
引数
src  Specify the source Bitmap object.
戻り値
なし (void)
説明
 Copy the image.
 This method requires almost no execution time, because it is just a state where the same image is shared by two or more objects.