gdkDrawLines: gdkDrawLines

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Draws a series of lines connecting the given points. The way in which joins between lines are draw is determined by the GdkCapStyle value in the GdkGC. This can be set with gdkGCSetLineAttributes.

Usage

1

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

points

a list of GdkPoint structures specifying the endpoints of the

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkDrawLines in RGtk2...