DrawPathEvenOdd

Vector graphics, Path definition and drawing

Description

Similar to the DrawPath function, but draws the path using the "even odd" method. This is important when different parts of the path overlap.

Syntax

Delphi

function TPDFlib.DrawPathEvenOdd(PathOptions: Integer): Integer;

ActiveX

Function PDFlib::DrawPathEvenOdd(PathOptions As Long) As Long

DLL

int DLDrawPathEvenOdd(int InstanceID, int PathOptions);

Parameters

PathOptions0 = Outline 1 = Fill 2 = Fill and outline