The function copies one entity to another.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_ent_copy_to( HIG_VECT_ENTITY hEntitySrc, HIG_VECT_ENTITY hEntityDst ); |
Name | Type | Description |
---|---|---|
hEntitySrc | HIG_VECT_ENTITY | Handle to the source Entity. |
hEntityDst | HIG_VECT_ENTITY | Handle to the destination Entity. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
hEntitySrc and hEntityDst must be valid entity handles. These entities can belong to different Drawings.