Gimp.Image.prototype.get_guide_orientation
function get_guide_orientation(guide: Number(guint)): Gimp.OrientationType {
// Gjs 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.
- guide
The guide.
- Returns
The guide's orientation.