gimp_selection_shrink << INDEX >>
gimp_selection_value
gimp_selection_translate (1995-1996)
- NAME
- gimp_selection_translate - Translate the selection by the specified offsets.
- SYNOPSIS
- gimp_selection_translate (image,offx,offy)
- DESCRIPTION
- This procedure actually translates the selection for the specified image by the specified offsets. Regions that are translated from beyond the bounds of the image are set to empty. Valid regions of the selection which are translated beyond the bounds of the image because of this call are lost.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
| INT32 | offx | x offset for translation |
| INT32 | offy | y offset for translation |
- SOME SYNTAX ALTERNATIVES
- $image->selection_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>