gdkDrawLine: gdkDrawLine

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Draws a line, using the foreground color and other attributes of the GdkGC.

Usage

1
gdkDrawLine(object, gc, x1, y1, x2, y2)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

x1

the x coordinate of the start point.

y1

the y coordinate of the start point.

x2

the x coordinate of the end point.

y2

the y coordinate of the end point.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkDrawLine in RGtk2...