Copies the image from the Bitmap object specified by src to the layer's main image.
The image size will be the same as the source Bitmap object's image size.
Although it is called a copy, it actually just results in a state where the same image is shared by two or more layers, so this method takes almost no execution time.