SetLineWidth
Description
Sets the outline width for any subsequently drawn shapes.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetLineWidth(LineWidth: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetLineWidth(LineWidth As Double) As Long
DLL
int DPLSetLineWidth(int InstanceID, double LineWidth)
Parameters
LineWidth | The width to use |