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

    This function moves mark to the specified offset.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT IG_ARTX_mark_move(
            HIG_ARTX_MARK hMarkSrc,
            AT_INT nXoffset,
            AT_INT nYoffset
    );
    

    Arguments:

    Name Type Description
    hMarkSrc HIG_ARTX_MARK Handle of source mark.
    nXoffset AT_INT Horizontal move offset.
    nYoffset AT_INT Vertical move offset.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.