This function removes the hatch line specified with Index from the hatch and destroys it.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_hatch_delete_line(
HIG_VECT_VECTORHATCH hHatch,
long Index
);
|
Name | Type | Description |
---|---|---|
hHatch | HIG_VECT_VECTORHATCH | Handle of the hatch. |
Index | long | Index of the line to be deleted. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
Copy Code
|
|
---|---|
IG_vect_hatch_delete_line(hHatch, 0); |