gdkDrawPoint {RGtk2}R Documentation

gdkDrawPoint

Description

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

Usage

gdkDrawPoint(object, gc, x, y)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

x

the x coordinate of the point.

y

the y coordinate of the point.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]