Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkGCSetClipOrigin: 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.