HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.ClosePathEoFillAndStroke
|
Top Previous Next |
Close, fill and stroke current path.
Delphi syntax: procedure ClosePathEoFillAndStroke;
C++ syntax: void __fastcall ClosePathEoFillAndStroke( void );
Description Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill. DescriptionThe even-odd rule is a fill rule that determines whether a point is inside a region by drawing a ray from that point to infinity in any direction and counting the number of path segments that the ray crosses. If this number is odd, the point is inside; if even, the point is outside.
Code Example
|
Copyright©2007-2025 losLab.com |