gimp_layer_set_visible << INDEX >>
gimp_levels
gimp_layer_translate (1995-1996)
- NAME
- gimp_layer_translate - Translate the layer by the specified offsets.
- SYNOPSIS
- gimp_layer_translate (layer,offx,offy)
- DESCRIPTION
- This procedure translates the layer by the amounts specified in the x and y arguments. These can be negative, and are considered offsets from the current position. This command only works if the layer has been added to an image. All additional layers contained in the image which have the linked flag set to TRUE w ill also be translated by the specified offsets.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| LAYER | layer | The layer |
| INT32 | offx | Offset in x direction |
| INT32 | offy | Offset in y direction |
- SOME SYNTAX ALTERNATIVES
- $layer->translate (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>