Function
GeglRectanglenew
Declaration [src]
GeglRectangle*
gegl_rectangle_new (
gint x,
gint y,
guint width,
guint height
)
Parameters
x |
gint |
Upper left x coordinate. |
|
y |
gint |
Upper left y coordinate. |
|
width |
guint |
Width in pixels. |
|
height |
guint |
Height in pixels. |
Return value
Returns: | GeglRectangle |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |