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

a GdkGC.

x

the x-coordinate of the origin.

y

the y-coordinate of the origin.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]