ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Objects Reference / HIG_ARTX_HOTSPOT / IG_ARTX_hotspot_create
In This Topic
    IG_ARTX_hotspot_create
    In This Topic

    This function creates an instance of a hotspot mark.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_ARTX_hotspot_create(
            LPAT_RECTANGLE pRectangle, 
            LPAT_RGBQUAD pFillColor,
            LPAT_ARTX_BORDER pBorder, 
            AT_INT Opacity,
            HIG_ARTX_LINK hLink,
            LPHIG_ARTX_HOTSPOT lphMark
    );
    

    Arguments:

    Name Type Description
    pRectangle LPAT_RECTANGLE Bounding rectangle.
    pFillColor LPAT_RGBQUAD Mark's fill color.
    pBorder LPAT_ARTX_BORDER Mark's border
    Opacity AT_INT Mark's opacity.
    hLink HIG_ARTX_LINK Link object associated with the mark.
    lphMark LPHIG_ARTX_HOTSPOT Created object.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    Upon successful completion: