Context.getDash

Gets the current dash array. If not NULL, dashes should be big enough to hold at least the number of values returned by cairo_get_dash_count(). Since 1.4

class Context
void
getDash
(
double* dashes
,
double* offset
)

Parameters

dashes double*

return value for the dash array, or NULL

offset double*

return value for the current dash offset, or NULL

Meta