gdkDrawPolygon: gdkDrawPolygon

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Draws an outlined or filled polygon.

Usage

1
gdkDrawPolygon(object, gc, filled, points)

Arguments

object

a GdkDrawable (a GdkWindow or a GdkPixmap).

gc

a GdkGC.

filled

TRUE if the polygon should be filled. The polygon is closed automatically, connecting the last point to the first point if necessary.

points

a list of GdkPoint structures specifying the points making up the polygon.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkDrawPolygon in RGtk2...