Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkDrawPoint: 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.