SetLineDash
Vector graphics
Description
Sets the outline dash pattern for subsequently drawn graphics.
Calling this function with either parameter set to zero will return to a solid line style for subseqently drawn graphics.
Syntax
Delphi
Function TPDFlib.SetLineDash(DashOn, DashOff: Double): Integer;
ActiveX
Function PDFlib::SetLineDash(DashOn As Double, DashOff As Double) As Long
DLL
int DLSetLineDash(int InstanceID, double DashOn, double DashOff);
Parameters
| DashOn | The width of the dashes |
|---|---|
| DashOff | The width of the space between the dashes |