gdkDrawPoint {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]