Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cairoSetLineCap

cairoSetLineCap


Description

Sets the current line cap style within the cairo context. See CairoLineCap for details about how the available line cap styles are drawn.

Usage

cairoSetLineCap(cr, line.cap)

Arguments

cr

[Cairo] a cairo context

line.cap

[CairoLineCap] a line cap style

Details

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.

The default line cap style is CAIRO_LINE_CAP_BUTT.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.