gdkRegionGetRectangles {RGtk2}R Documentation

gdkRegionGetRectangles

Description

Obtains the area covered by the region as a list of rectangles.

Usage

gdkRegionGetRectangles(object)

Arguments

object

a GdkRegion

Value

A list containing the following elements:

rectangles

return location for a list of rectangles. [ array length=n_rectangles][ transfer container ]

n.rectangles

length of returned list

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]