This function returns the index of the next mark in the list of selected marks (or the selected mark following the mark index number currently pointed to).
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_mark_selected_next( HIGEAR hIGear, LPART_MARK_INDEX lpMarkIndex ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle to the image. |
lpMarkIndex | LPART_MARK_INDEX | A far pointer that returns the index of the first mark selected. |
Returns the number of ImageGear errors that occurred during the function call.
All pixel formats supported by ImageGear for C and C++.
Annotation
See example for ART_mark_selected_first() function.
In conjunction with ART_mark_selected_first() you can iterate through all of the selected marks.