ImageGear for C and C++ on Windows v19.9 - Updated
IG_ARTX_mark_clone_from_legacy
API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_MARK > IG_ARTX_mark_clone_from_legacy

This function creates a non-legacy object that corresponds to the source legacy mark.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_mark_clone_from_legacy(
        HIG_ARTX_MARK hMarkSrc,
        LPHIG_ARTX_MARK phMarkNew
);

Arguments:

Name Type Description
hMarkSrc HIG_ARTX_MARK Handle of source mark.
phMarkNew LPHIG_ARTX_MARK Pointer to storage for new mark handle.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.