This function selects or deselects a mark.
Copy Code
|
|
---|---|
AT_ERRCOUNT ART_mark_select( HIGEAR hIGear, ART_MARK_INDEX hMarkIndex, BOOL fSelect ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle to the image. |
hMarkIndex | ART_MARK_INDEX | Mark identifier. |
fSelect | BOOL | If set to FALSE, the mark is deselected; if TRUE, the mark is selected. |
Returns the number of ImageGear errors that occurred during the function call.
All pixel formats supported by ImageGear for C and C++.
See example under ART_mark_first() function.
When fSelect is set to TRUE, the mark is selected. When fSelect is set to FALSE, the mark is deselected.
An error is set if any of the following conditions are met: