gdkDrawPoint: gdkDrawPoint

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkDrawPoint(object, gc, x, y)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

x

the x coordinate of the point.

y

the y coordinate of the point.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkDrawPoint in RGtk2...