gdkDrawPoints {RGtk2}R Documentation

gdkDrawPoints

Description

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

Usage

gdkDrawPoints(object, gc, points)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

points

a list of GdkPoint structures.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]