This function cuts an array list of marks and places them on the clipboard.
Example Title |
Copy Code
|
---|---|
AT_ERRCOUNT IG_ARTX_page_clipboard_cut( HIG_ARTX_PAGE hArtPage, LPHIG_ARTX_MARK phMarkList, AT_UINT nMarkCount ); |
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. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.