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 LongDLL
int DLDrawPathEvenOdd(int InstanceID, int PathOptions);Parameters
| PathOptions | 0 = Outline 1 = Fill 2 = Fill and outline |
|---|