The function returns step of the Bezier interpolation.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_beziercurve_get_step(
HIG_VECT_ENTITY hEntity,
float* lpStep
);
|
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
lpStep | float* | Buffer for the step. |
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