gimp_image_get_filename << INDEX >> gimp_image_get_guide_position

gimp_image_get_guide_orientation (1998)

NAME
gimp_image_get_guide_orientation - Get orientation of a guide on an image.
SYNOPSIS
orientation = gimp_image_get_guide_orientation (image,guide)
DESCRIPTION
This procedure takes an image and a guide ID as input and returns the orientations of the guide.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32guideThe guide
RETURN VALUES
TYPENAMEDESCRIPTION
INT32orientationThe guide's orientation: { HORIZONTAL (0), VERTICAL (1) }
SOME SYNTAX ALTERNATIVES
orientation = $image->get_guide_orientation (guide)
AUTHOR
Adam D. Moss
(c)1998 Adam D. Moss


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