|
THPDFPage.SetLineWidth
|
Κορυφή Προηγούμενο Επόμενο |
|
Sets the line width.
Delphi syntax: procedure SetLineWidth ( Width: Single );
C++ syntax: void __fastcall SetLineWidth ( float Width );
Description: Η line width parameter καθορίζει το thickness της line που χρησιμοποιείται για stroke ενός path. Είναι nonnegative number· το stroking ενός path σημαίνει painting όλων των points των οποίων η perpendicular distance από το path στο user space είναι μικρότερη ή ίση με το μισό line width
|