gimp_image_add_layer_mask << INDEX >> gimp_image_base_type

gimp_image_add_vguide (1998)

NAME
gimp_image_add_vguide - Add a vertical guide to an image.
SYNOPSIS
guide = gimp_image_add_vguide (image,xposition)
DESCRIPTION
This procedure adds a vertical guide to an image. It takes the input image and the x-position of the new guide as parameters. It returns the guide ID of the new guide.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32xpositionThe guide's x-offset from left of image
RETURN VALUES
TYPENAMEDESCRIPTION
INT32guideThe new guide
SOME SYNTAX ALTERNATIVES
guide = $image->add_vguide (xposition)
AUTHOR
Adam D. Moss
(c)1998 Adam D. Moss


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