gdkRegionShrink: gdkRegionShrink

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkRegionShrink(object, dx, dy)

Arguments

object

a GdkRegion

dx

the number of pixels to shrink the region horizontally

dy

the number of pixels to shrink the region vertically

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkRegionShrink in RGtk2...