See Also Examples Applies To
Like the CreateClonedImage() function, creates a new GdPicture Image clone from an other GdPicture Image. However, the cloned image will be independent from the image source. Therefore, the image source can be deleted without deleting the cloned image.
Syntax
object.CreateClonedImageI (nimageID)
The CreateClonedImageI syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nimageID | Required. Long. GdPicture Image handle. The image to clone. |
Returns
Long.
0: The image could not created. Use the GetStat() function to determine the
reason this function failed.
Non-zero: GdPicture Image handle. Handle of the created image.
Remarks
If the image to clone is a multibitmap image, this function will clone only the selected bitmap and will create a single frame image.
Category
Load, Import & Create an image