This function updates the curve points.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_curve_points_set( HIG_ARTX_POINT hMark, LPAT_POINT lpPoints, AT_DWORD nStart, AT_DWORD nCount ); |
Arguments:
Name | Type | Description |
hMark | HIG_ARTX_POINT | Curve mark. |
lpPoints | LPAT_POINT | New curve points. |
nStart | AT_DWORD | Start index of updated points. |
nCount | AT_DWORD | Count of updated points. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.