void GetCurrentPoint(void *path, struct PathStyle *style, double *curx, double *cury);
curx
and cury
pointers passed as parameters 3 and 4. See DrawPath for a detailed description on how the path buffer is formatted.
struct PathStyle
containing the path's style; See DrawPath for details.double
that receives the path's current x pointdouble
that receives the path's current y point