Function
GimpSelectionborder
Declaration [src]
gboolean
gimp_selection_border (
  GimpImage* image,
  gint radius
)
Description [src]
Border the image’s selection
This procedure borders the selection. Bordering creates a new selection which is defined along the boundary of the previous selection at every point within the specified radius.
Parameters
- image
- 
            Type: GimpImageThe image. The data is owned by the caller of the function. 
- radius
- 
            Type: gintRadius of border (in pixels).