Gimp.Image.get_guide_orientation
@accepts(Gimp.Image, int)
@returns(Gimp.OrientationType)
def get_guide_orientation(self, guide):
# Python wrapper for gimp_image_get_guide_orientation()
Get orientation of a guide on an image.
This procedure takes an image and a guide ID as input and returns the orientations of the guide.
- self
The image.
- guide
The guide.
- Returns