cairoStroke {RGtk2} | R Documentation |
A drawing operator that strokes the current path according to the
current line width, line join, line cap, and dash settings. After
cairo_stroke, the current path will be cleared from the cairo
context. See cairoSetLineWidth
, cairoSetLineJoin
,
cairoSetLineCap
, cairoSetDash
, and
cairoStrokePreserve
.
cairoStroke(cr)
|
[Cairo ] a cairo context |
Derived by RGtkGen from GTK+ documentation