This function gets a pointer to the hatch line offset.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_hatchline_get_offset( HIG_VECT_HATCHLINE hHatchline, IGVectPoint2D** lplpOffsetPoint ); |
Name | Type | Description |
---|---|---|
hHatchline | HIG_VECT_HATCHLINE | Handle of the hatch line. |
lplpOffsetPoint | IGVectPoint2D** | Double pointer to the hatch line offset point. |
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* lpOffsetPoint; IG_vect_hatchline_get_offset(hHatchline, &lpBasePoint); |
X and Y offset coordinates specify distance between lines in the hatch.