ObjectID =  picture .clone  (  ObjectID  )  
                           
Description :

This instruction clones a picture.

Parameters :

  • ObjectID of the picture.

Return Handle :

  • ObjectID of the clone.

Notes :


Cloned pictures have individual ObjectIDs which share the same bitmap. As a result they may be manipulated independently.

When a cloned picture is killed or freed, the associated bitmap is only removed from the computer memory if all other associated clones have been killed or freed.

Examples :