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 Long
DLL
int DLSetLineWidth(int InstanceID, double LineWidth);
Parameters
| LineWidth | The width to use |
|---|