Context.getDash
void getDash(out double dashes, out double offset)Gets the current dash array. If not null, dashes should be big enough to hold at least the number of values returned by cairo.context.Context.getDashCount.
Parameters
dashes | return value for the dash array, or null |
offset | return value for the current dash offset, or null |