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 [GdkDrawable] a GdkDrawable (a GdkWindow or a GdkPixmap).
gc [GdkGC] a GdkGC.
points [GdkPoint] a list of GdkPoint structures.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]