SetLineWidth
Vector graphics
Description
Sets the outline width for any subsequently drawn shapes.
Syntax
Delphi
function TPDFlib.SetLineWidth(LineWidth: Double): Integer;ActiveX
Function PDFlib::SetLineWidth(LineWidth As Double) As LongDLL
int DLSetLineWidth(int InstanceID, double LineWidth);Parameters
| LineWidth | The width to use |
|---|