Method
GimpImageselect_round_rectangle
Declaration [src]
gboolean
gimp_image_select_round_rectangle (
GimpImage* image,
GimpChannelOps operation,
gdouble x,
gdouble y,
gdouble width,
gdouble height,
gdouble corner_radius_x,
gdouble corner_radius_y
)
Description [src]
Create a rectangular selection with round corners over the specified image;
This tool creates a rectangular selection with round corners over the specified image. The rectangular region can be either added to, subtracted from, or replace the contents of the previous selection mask.
This procedure is affected by the following context setters: gimp_context_set_antialias(), gimp_context_set_feather(), gimp_context_set_feather_radius().
Available since: | 2.8 |
Parameters
operation |
GimpChannelOps |
The selection operation. |
|
x |
gdouble |
X coordinate of upper-left corner of rectangle. |
|
y |
gdouble |
Y coordinate of upper-left corner of rectangle. |
|
width |
gdouble |
The width of the rectangle. |
|
height |
gdouble |
The height of the rectangle. |
|
corner_radius_x |
gdouble |
The corner radius in X direction. |
|
corner_radius_y |
gdouble |
The corner radius in Y direction. |