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

DashOnThe width of the dashes
DashOffThe width of the space between the dashes