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