cairoGetDashCount {RGtk2}R Documentation

cairoGetDashCount

Description

This function returns the length of the dash list in cr (0 if dashing is not currently in effect).

Usage

cairoGetDashCount(cr)

Arguments

cr [Cairo] a Cairo

Details

See also cairoSetDash and cairoGetDash.

Since 1.4

Value

[integer] the length of the dash list, or 0 if no dash list set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]