ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_clip_clone
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_CLIP > IG_PDE_clip_clone

Makes a deep copy of a PDE Clip object.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_clip_clone(
        HIG_PDE_CLIP hClip,
        LPHIG_PDE_CLIP lphCloneClip
);

Arguments:

Name Type Description
hClip HIG_PDE_CLIP The clipping path to copy.
lphCloneClip LPHIG_PDE_CLIP The deep copy of hClip.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.