Learn R Programming

RGtk2 (version 2.8.8)

gdkRegionPolygon: gdkRegionPolygon

Description

Creates a new GdkRegion using the polygon defined by a number of points.

Usage

gdkRegionPolygon(points, fill.rule)

Arguments

points
[GdkPoint] a list of GdkPoint structs.
fill.rule
[GdkFillRule] specifies which pixels are included in the region when the polygon overlaps itself.

Value