Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkDrawPoint: gdkDrawPoint
Description
Draws a point, using the foreground color and other attributes of the
GdkGC
.
Usage
gdkDrawPoint(object, gc, x, y)
Arguments
object
[
GdkDrawable
] a
GdkDrawable
(a
GdkWindow
or a
GdkPixmap
gc
[
GdkGC
] a
GdkGC
.
x
[integer] the x coordinate of the point.
y
[integer] the y coordinate of the point.