gimp_layer_set_name << INDEX >> gimp_layer_set_opacity

gimp_layer_set_offsets (1995-1996)

NAME
gimp_layer_set_offsets - Set the layer offsets.
SYNOPSIS
gimp_layer_set_offsets (layer,offx,offy)
DESCRIPTION
This procedure sets the offsets for the specified layer. The offsets are relative to the image origin and can be any values. This operation is valid only on layers which have been added to an image.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
LAYERlayerThe layer
INT32offxOffset in x direction
INT32offyOffset in y direction
SOME SYNTAX ALTERNATIVES
$layer->set_offsets (offx,offy)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>