|
THPDFPage.ClosePathEoFillAndStroke
|
Вгору Попередня Наступна |
|
Close, fill, then stroke path using even-odd rule to determine region to fill
Delphi syntax: procedure ClosePathEoFillAndStroke;
C++ syntax: void __fastcall ClosePathEoFillAndStroke( void );
Опис Close, fill, then stroke path using even-odd rule to determine region to fill ОписEven-odd rule determines whether point is inside region by drawing ray from point to infinity and counting path segment crossings Odd count means inside; even count means outside
Code Example
|