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

    This function cuts an array list of marks and places them on the clipboard.

    Declaration:

    Example Title
    Copy Code
    AT_ERRCOUNT IG_ARTX_page_clipboard_cut(
         HIG_ARTX_PAGE hArtPage,
         LPHIG_ARTX_MARK phMarkList,
         AT_UINT nMarkCount
    );
    

    Arguments:

    Name Type Description

    hArtPage

    HIG_ARTX_PAGE

    ArtXpage handle.

    phMarkList

    LPHIG_ARTX_MARK

    A pointer to an array list of ArtX marks to add to the clipboard.

    nMarkCount

    AT_UINT

    The number of ArtX marks in the array list of marks.

    Return Value:

    Returns the number of ImageGear errors that occurred during the function call.

    Supported Raster Image Formats:

    This function does not process image pixels.