Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
gdkDrawPoints: gdkDrawPoints
Description
Draws a number of points, using the foreground color and other attributes of the
GdkGC
.
Usage
gdkDrawPoints(object, gc, points)
Arguments
object
[
GdkDrawable
] a
GdkDrawable
(a
GdkWindow
or a
GdkPixmap
gc
[
GdkGC
] a
GdkGC
.
points
[
GdkPoint
] a list of
GdkPoint
structures.