This function returns the curve points.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_curve_points_get( HIG_ARTX_POINT hMark, LPAT_POINT lpPoints, AT_DWORD nStart, AT_DWORD nCount ); |
Name | Type | Description |
---|---|---|
hMark | HIG_ARTX_POINT | Curve mark. |
lpPoints | LPAT_POINT | Returned curve points. |
nStart | AT_DWORD | Start index of queried points. |
nCount | AT_DWORD | Count of queried points. |
Error count.
This function does not process image pixels.