|
THPDFPage.EoFillAndStroke
|
Øverst Forrige Neste |
|
Fill and then stroke the path,
Delphi syntax: procedure EoFillAndStroke;
C++ syntax: void __fastcall EoFillAndStroke(void);
Beskrivelse Fyll og stryk deretter banen ved å bruke regelen par-impar til å bestemme området som skal fylles Even-Odd Rule sample diagramBildet viser effekten av å bruke even-odd-regelen på komplekse baner. For the five-pointed star, the rule considers the triangular points to be inside the path, but not the pentagon in the center. For the two concentric circles, only the "doughnut" shape between the two circles is considered inside, regardless of the directions in which the circles are drawn.
![]()
|