ICanvasDrawingStyles.SetLineDash

ICanvasDrawingStyles.SetLineDash method

Sets the current line dash pattern.

public void SetLineDash(double[] segments)
ParameterTypeDescription
segmentsDouble[]An Array of numbers which specify distances to alternately draw a line and a gap (in coordinate space units)

See Also