Function GraPathOutline() Foundation
Outlines a defined graphic path.
GraPathOutline( [<oPS>] ) --> lSuccess
The return value of GraPathOutline() is .T. (true) when the path was outlined, otherwise it is .F. (false). If the return value equals .F., the cause of error can be determined using GraError().
The function GraPathOutline() outlines a graphic path defined by GraPathBegin() / GraPathEnd(). After the call to GraPathOutline(), the definition of the path 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.