ICanvasDrawingStylesSetLineDash Method |
Sets the current line dash pattern.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxvoid SetLineDash(
double[] segments
)
Sub SetLineDash (
segments As Double()
)
void SetLineDash(
array<double>^ segments
)
abstract SetLineDash :
segments : float[] -> unit
Parameters
- segments
- Type: SystemDouble
An Array of numbers which specify distances to alternately draw a line and a gap (in coordinate space units)
See Also