Bitmap.copyFrom
Function/Meaning
Copy image
Type
Method of
Bitmap class
Syntax
copyFrom(
src
)
Arguments
src
Specifies the source Bitmap object.
Return Value
None (void)
Description
Copies the image.
Even though it is called a copy, it actually just results in a state where "the same image is shared by two or more objects," so this method takes almost no execution time.