Learn R Programming

RGtk2 (version 2.8.8)

cairoSetLineJoin: cairoSetLineJoin

Description

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

Usage

cairoSetLineJoin(cr, line.join)

Arguments

cr
[Cairo] a cairo context, as a Cairo
line.join
[CairoLineJoin] a line joint style, as a CairoLineJoin

Details

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