Gimp.Item.prototype.is_vectors
function is_vectors(): Boolean {
// Gjs wrapper for gimp_item_is_vectors()
}
Returns whether the item is a vectors.
This procedure returns TRUE if the specified item is a vectors.
Since 2.8
- Returns
TRUE if the item is a vectors, FALSE otherwise.