This function duplicates the layer object.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_layer_duplicate(
HIGLAYER hLayer,
LPHIGLAYER lphDuplicatedLayer
);
|
|
| Name | Type | Description |
|---|---|---|
| hLayer | HIGLAYER | Handle to the layer object to duplicate. |
| lphDuplicatedLayer | LPHIGLAYER | Handle to the duplicated layer. |
Error count.
This function does not process image pixels.