gdkGCSetClipMask {RGtk2}R Documentation

gdkGCSetClipMask

Description

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

Usage

gdkGCSetClipMask(object, mask)

Arguments

object [GdkGC] the GdkGC.
mask [GdkBitmap] a bitmap.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]