CloneImage Data Member Function

Clones the source <Image> into the destination <Image>.

Prototype

int32 CloneImage( Image p_oDest, Image p_oSource )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oDestA pointer to the destination <Image> object.
<Image>p_oSourceA pointer to the source <Image> object.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.