fetchDash

common
fun fetchDash(): Pair<DoubleArray, Double>

Gets the current dash array. If not null then dashes should be big enough to hold at least the number of values returned by the dashCount property.

Return

A Pair containing the following:

  1. dashes - The dash array (may be empty).

  2. offset - The current dash offset.

fun fetchDash(): Pair<DoubleArray, Double>
fun fetchDash(): Pair<DoubleArray, Double>