gimp_image_get_guide_orientation << INDEX >> gimp_image_get_layer_by_tattoo

gimp_image_get_guide_position (1998)

NAME
gimp_image_get_guide_position - Get position of a guide on an image.
SYNOPSIS
position = gimp_image_get_guide_position (image,guide)
DESCRIPTION
This procedure takes an image and a guide ID as input and returns the position of the guide relative to the top or left of the image.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32guideThe guide
RETURN VALUES
TYPENAMEDESCRIPTION
INT32positionThe guide's position relative to top or left of image
SOME SYNTAX ALTERNATIVES
position = $image->get_guide_position (guide)
AUTHOR
Adam D. Moss
(c)1998 Adam D. Moss


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