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