This function gets a container with floating point values specifying the hatch line pattern.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_hatchline_get_pattern( HIG_VECT_HATCHLINE hHatchline, HIG_VECT_DBLCONT* lpPattern ); |
Name | Type | Description |
---|---|---|
hHatchline | HIG_VECT_HATCHLINE | Handle of the hatch line. |
lpPattern | HIG_VECT_DBLCONT* | Pointer to the handle of the pattern container. |
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
|
|
---|---|
HIG_VECT_DBLCONT hPattern; IG_vect_hatchline_get_pattern(hHatchLine, &hPattern); |
First value in the container corresponds to "pen down", second - to "pen up", and so on.