HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetLineWidth
|
Top Previous Next |
|
Sets the line width.
Delphi syntax: procedure SetLineWidth ( Width: Single );
C++ syntax: void __fastcall SetLineWidth ( float Width );
Description: The line width parameter specfies the thickness of the line used to stroke a path. It is a nonnegative number; stroking a path entails painting all points whose perpendicular distance from the path in user space is less than or equal to half the line width.
|