|
THPDFPage.EoFill |
Горе Предишна Следваща |
|
Fill the path.
Delphi syntax: procedure EoFill;
C++ syntax: void __fastcall EoFill ( void );
Описание Запълва path-а, като използва even-odd rule, за да определи региона за запълване Even-Odd Rule 详细说明Изображението показва ефекта от прилагането на правилото even-odd към сложни path-ове. 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.
[PICTURE evenodd.bmp]
|