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

This function queries the closed state of the annotation.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_freeline_closed_get(
        HIG_ARTX_FREELINE hMark,
        LPAT_BOOL lpbIsClosed
);

Arguments:

Name Type Description
hMark HIG_ARTX_FREELINE Annotation handle.
lpbIsClosed LPAT_BOOL Pointer to storage for annotation close state.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

When set to TRUE, the freeline annotation is considered closed (i.e., the edge from the start point to the end point is drawn).