gimp-layer-translate

Spencer Kimball & Peter Mattis

Description

Translate the layer by the specified offsets.

Help

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.


Type

unknown

Parameters

Type Name Description
PF_LAYER layer The layer
PF_INT offx Offset in x direction
PF_INT offy Offset in y direction

Return

None