Method

GeglRectangleset

Declaration [src]

void
gegl_rectangle_set (
  GeglRectangle* rectangle,
  gint x,
  gint y,
  guint width,
  guint height
)

Description [src]

Sets the x, y, width and height on rectangle.

Parameters

x gint
 

Upper left x coordinate.

y gint
 

Upper left y coordinate.

width guint
 

Width in pixels.

height guint
 

Height in pixels.