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

This function queries the visibility state of the mark.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_mark_visible_get(
        HIG_ARTX_MARK hMark,
        LPAT_BOOL lpbVisible
);

Arguments:

Name Type Description
hMark HIG_ARTX_MARK Annotation handle.
lpbVisible LPAT_BOOL Pointer to storage for function result.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

If lpbVisible is TRUE, the mark is visible.