gdkGCSetClipOrigin {RGtk2}R Documentation

gdkGCSetClipOrigin

Description

Sets the origin of the clip mask. The coordinates are interpreted relative to the upper-left corner of the destination drawable of the current operation.

Usage

gdkGCSetClipOrigin(object, x, y)

Arguments

object [GdkGC] a GdkGC.
x [integer] the x-coordinate of the origin.
y [integer] the y-coordinate of the origin.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]