ClosePath
Vector graphics, Path definition and drawing
Description
Closes the path defined by calls to StartPath, AddLineToPath, and AddCurveToPath. A line is drawn from the last point to the first point.
Syntax
Delphi
function TPDFlib.ClosePath: Integer;ActiveX
Function PDFlib::ClosePath As LongDLL
int DLClosePath(int InstanceID);