Learn R Programming

RGtk2 (version 2.8.8)

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, as a Cairo
line.cap
[CairoLineCap] a line cap style, as a CairoLineCap

Details

As with the other stroke parameters, the current line cap style is examined by cairoStroke, cairoStrokeExtents, and cairo(), but does not have any effect during path construction. [object Object] internal