DrawPath
Vector graphics, Path definition and drawing
Description
Draws the path defined by calls to StartPath, AddLineToPath, AddCurveToPath and/or ClosePath.
Syntax
Delphi
function TQuickPDF0813.DrawPath(PathOptions: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DrawPath(PathOptions As Long) As Long
DLL
int QuickPDFDrawPath(int InstanceID, int PathOptions)
Parameters
| PathOptions |
0 = Outline 1 = Fill 2 = Fill and Outline |