The function returns the drawing direction of the elliptical arc.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_arc_get_clockwise( HIG_VECT_ENTITY hEntity, VECT_BOOL* lpClockwise ); |
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
lpClockwise | VECT_BOOL* | Buffer for drawing direction. If lpClockwise = VECT_TRUE then drawing direction is clockwise; if VECT_FALSE - counter clockwise. |
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