PATHOBJ_bCloseFigure

BOOL PATHOBJ_bCloseFigure (

    PATHOBJ *ppo

   );

PATHOBJ_bCloseFigure closes an open figure in a path by drawing a line from the current position to the first point of the figure.

Parameters

ppo
Points to a PATHOBJ structure that identifies the path to be closed.

Return Value

The return value is TRUE if the function is successful.