cairoSetLineCap {RGtk2} | R Documentation |
Sets the current line cap style within the cairo context. See
CairoLineCap
for details about how the available line cap
styles are drawn.
cairoSetLineCap(cr, line.cap)
|
[Cairo ] a cairo context |
|
[CairoLineCap ] a line cap style |
As with the other stroke parameters, the current line cap style is
examined by cairoStroke
, cairoStrokeExtents
, and
cairoStrokeToPath()
, but does not have any effect during path
construction.
Derived by RGtkGen from GTK+ documentation