gdkDrawPolygon {RGtk2} | R Documentation |
Draws an outlined or filled polygon.
gdkDrawPolygon(object, gc, filled, points)
|
[GdkDrawable ] a GdkDrawable (a GdkWindow or a GdkPixmap ). |
|
[GdkGC ] a GdkGC . |
|
[logical] TRUE if the polygon should be filled. The polygon is closed
automatically, connecting the last point to the first point if
necessary. |
|
[GdkPoint ] a list of GdkPoint structures specifying the points making
up the polygon. |
Derived by RGtkGen from GTK+ documentation