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 TDebenuPDFLibrary1811.DrawPathEvenOdd(PathOptions: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DrawPathEvenOdd(
PathOptions As Long) As Long
DLL
int DPLDrawPathEvenOdd(int InstanceID, int PathOptions)
Parameters
PathOptions |
0 = Outline 1 = Fill 2 = Fill and outline |