gdkRegionShrink {RGtk2}R Documentation

gdkRegionShrink

Description

Resizes a region by the specified amount. Positive values shrink the region. Negative values expand it.

Usage

gdkRegionShrink(object, dx, dy)

Arguments

object [GdkRegion] a GdkRegion
dx [integer] the number of pixels to shrink the region horizontally
dy [integer] the number of pixels to shrink the region vertically

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]