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 LongDLL
int DLSetLineDash(int InstanceID, double DashOn, double DashOff);Parameters
| DashOn | The width of the dashes |
|---|---|
| DashOff | The width of the space between the dashes |