THPDFPage.EoFillAndStroke

THPDFPage

 

トップへ  前へ  次へ

パスを塗りつぶし、その後ストロークを描画します、

 

Delphi 構文:

procedure EoFillAndStroke;

 

C++ 構文:

void __fastcall EoFillAndStroke(void);

 

説明

奇偶規則(even-odd rule)を使用して塗りつぶす領域を決定し、パスを塗りつぶして、その後ストロークを描画します。

奇偶規則(Even-Odd Rule)のサンプル図

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