This function gets the pointer to the base point of the hatch line.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_hatchline_get_basepoint( HIG_VECT_HATCHLINE hHatchline, IGVectPoint2D** lplpBasePoint ); |
Name | Type | Description |
---|---|---|
hHatchline | HIG_VECT_HATCHLINE | Handle of the hatch line. |
lplpBasePoint | IGVectPoint2D** | Double pointer to the base point being returned. |
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
|
|
---|---|
IGVectPoint2D* lpBasePoint; IG_vect_hatch_get_basepoint(hHatchLine, &lpBasePoint); |
The base point is a start point of the first line in the hatch.