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 Long

DLL

int DLDrawPath(int InstanceID, int PathOptions);

Parameters

PathOptions0 = Outline 1 = Fill 2 = Fill and Outline