Function GraPathEnd() Foundation
Ends the definition of a graphic path.
GraPathEnd( [<oPS>], [<lCloseFigure>] ) --> lSuccess
The return value of GraPathEnd() is .T. (true) when the path was successfully defined, otherwise it is .F. (false). If the return value equals .F., the cause of error can be determined with GraError().
The function GraPathEnd() ends the definition of a graphic path. It must always be executed after a call of GraPathBegin() (see GraPathBegin()) and before the execution of a path operation. Path operations are executed by the functions GraPathFill(), GraPathClip() and GraPathOutline(). After a path operation occurs, the path definition is discarded.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.