| gdkRegionPolygon {RGtk2} | R Documentation |
Creates a new GdkRegion using the polygon defined by a number of points.
gdkRegionPolygon(points, fill.rule)
|
[GdkPoint] a list of GdkPoint structs. |
|
[GdkFillRule] specifies which pixels are included in the region when the polygon
overlaps itself. |
[GdkRegion] a new GdkRegion based on the given polygon.
Derived by RGtkGen from GTK+ documentation