THPDFPage.ClosePathStroke
THPDFPage
Close and stroke the path.
Delphi syntax:
procedure ClosePathStroke;
C++ syntax:
void __fastcall ClosePathStroke( void );
תיאור
קרא למתודה ClosePathStroke כדי לסגור ולצייר stroke של ה-path. למתודה זו יש אותה השפעה כמו רצף הקריאות ClosePath, Stroke
ClosePathStroke
ClosePath
Stroke
HPDF.CurrentPage.Circle( 100, 100, 75 ); // Center on 100, 100, Radius 75 HPDF.CurrentPage.Stroke; // Draw circle outline