Gimp.Image.prototype.delete_guide
function delete_guide(guide: Number(guint)): Boolean {
// Gjs wrapper for gimp_image_delete_guide()
}
Deletes a guide from an image.
This procedure takes an image and a guide ID as input and removes the specified guide from the specified image.
- guide
The ID of the guide to be removed.
- Returns
TRUE on success.