ICanvasDrawingStylesGetLineDash Method |
Returns the current line dash pattern array containing an even number of non-negative numbers.
Namespace: Aspose.Html.Dom.CanvasAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxFunction GetLineDash As Double()
array<double>^ GetLineDash()
abstract GetLineDash : unit -> float[]
Return Value
Type:
DoubleAn Array. A list of numbers that specifies distances to alternately draw a line and a gap (in coordinate space units).
See Also