×
Menu
Index

GraPathEnd

 
 
ยท GraPathEnd( [<lCloseFigure>] ) => 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.
 
 
Parameters are :
 
<lCloseFigure>
<lCloseFigure> is a logical value specifying whether the drawing defined as a graphical path is to be closed. The default value is .F. (false), meaning the path includes only the defined graphic primitives. If <lCloseFigure> equals .T. (true), the starting point of the first graphic primitive is connected to the end point of the last graphic primitive.