| gdkDrawLine {RGtk2} | R Documentation |
Draws a line, using the foreground color and other attributes of
the GdkGC.
gdkDrawLine(object, gc, x1, y1, x2, y2)
|
[GdkDrawable] a GdkDrawable (a GdkWindow or a GdkPixmap). |
|
[GdkGC] a GdkGC. |
|
[integer] the x coordinate of the start point. |
|
[integer] the y coordinate of the start point. |
|
[integer] the x coordinate of the end point. |
|
[integer] the y coordinate of the end point. |
Derived by RGtkGen from GTK+ documentation