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
TYPE
NAME
DESCRIPTION
IMAGE
image
The image
INT32
guide
The guide
RETURN VALUES
TYPE
NAME
DESCRIPTION
INT32
position
The 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>