|
THPDFPage.SetLineWidth
|
返回頂部 上一頁 下一頁 |
|
Sets the line width.
Delphi 語法: procedure SetLineWidth ( Width: Single );
C++ 語法: void __fastcall SetLineWidth ( float Width );
描述: line width parameter 指定用於 stroke path 的 line thickness。它是非負 number;stroke path 表示繪製 user space 中與 path 垂直距離小於或等於 line width 一半的所有 points
|