This function returns the curve points.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_curve_points_get( HIG_ARTX_POINT hMark, LPAT_POINT lpPoints, AT_DWORD nStart, AT_DWORD nCount ); |
Arguments:
hMark | Curve mark. See HIG_ARTX_POINT. |
lpPoints | Returned curve points. |
nStart | Start index of queried points. |
nCount | Count of queried points. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.