gdkGCSetClipRectangle {RGtk2}R Documentation

gdkGCSetClipRectangle

Description

Sets the clip mask for a graphics context from a rectangle. The clip mask is interpreted relative to the clip origin. (See gdkGCSetClipOrigin).

Usage

gdkGCSetClipRectangle(object, rectangle)

Arguments

object [GdkGC] a GdkGC.
rectangle [GdkRectangle] the rectangle to clip to.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]