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 TQuickPDF0813.ClosePath: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::ClosePath As Long
DLL
int QuickPDFClosePath(int InstanceID)