Package: cairo

Function cairo-get-dash-count

Lambda List

cairo-get-dash-count (cr)

Arguments

cr -- a cairo-t context

Return Value

An integer with the length of the dash array, or 0 if no dash array set.

Details

This function returns the length of the dash array in cr, 0 if dashing is not currently in effect.

See also the cairo-set-dash and cairo-get-dash functions.
 

See also

2021-12-12