THPDFPage.EoFillAndStroke

THPDFPage

 

Nahoru  Předchozí  Další

Fill and then stroke the path,

 

Syntaxe Delphi:

procedure EoFillAndStroke;

 

Syntaxe C++:

void __fastcall EoFillAndStroke(void);

 

Popis

Vyplní a poté obtáhne cestu, přičemž k určení oblasti k vyplnění použije pravidlo even-odd

Even-Odd Rule sample diagram

Picture shows the effects of applying the even-odd rule to complex paths. 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.
Even-odd rule example diagram