gimp_edit_copy << INDEX >>
gimp_edit_fill
gimp_edit_cut (1995-1996)
- NAME
- gimp_edit_cut - Cut from the specified drawable.
- SYNOPSIS
- gimp_edit_cut (drawable)
- DESCRIPTION
- If there is a selection in the image, then the area specified by the selection is cut from the specified drawable and placed in an internal GIMP edit buffer. It can subsequently be retrieved using the 'gimp-edit-paste' command. If there is no selection, then the specified drawable will be removed and its contents stored in the internal GIMP edit buffer. The drawable MUST belong to the specified image, or an error is returned.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| DRAWABLE | drawable | The drawable to cut from |
- SOME SYNTAX ALTERNATIVES
- $drawable->edit_cut
- AUTHOR
- Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis
This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>