This function copies all settings of the source vector image layer to the destination one.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_layer_copy_to( HIG_VECT_LAYER hSrcLayer, HIG_VECT_LAYER hDstLayer ); |
Name | Type | Description |
---|---|---|
hSrcLayer | HIG_VECT_LAYER | Handle to the source layer which contains settings to be copied. |
hDstLayer | HIG_VECT_LAYER | Handle to the destination layer which receives the settings. |
This function does not process image pixels.
Vector
Use Layer Functions for access to the layer attributes.
Source and destination layers may belong to different drawings.