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