cairoSetLineJoin: cairoSetLineJoin

Description Usage Arguments Details Author(s)

View source: R/cairoFuncs.R

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

1
cairoSetLineJoin(cr, line.join)

Arguments

cr

[Cairo] a cairo context

line.join

[CairoLineJoin] a line join style

Details

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

The default line join style is CAIRO_LINE_JOIN_MITER.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.