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

This function updates annotation tooltip string.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_mark_tooltip_set(
        HIG_ARTX_MARK hMark,
        LPSTR lpszTextBuffer
);

Arguments:

Name Type Description
hMark HIG_ARTX_MARK Annotation handle.
lpszTextBuffer LPSTR Pointer to buffer containing a new annotation tooltip text. If lpszTextBuffer is NULL, then annotation tooltip text attribute will be empty.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.