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