Rectangle
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gegl_rectangle_get_type ()" ) ]
[ Compact ]
public class Rectangle
Content:
Static methods:
Creation methods:
Methods:
- public void @set (int x, int y, uint width, uint height)
Sets the x
, y
, width
and
height
on this.
- public void bounding_box (Rectangle source1, Rectangle source2)
Computes the bounding box of the rectangles source1
and
source2
and stores the resulting bounding box in this.
- public bool contains (Rectangle child)
Checks if the Rectangle child
is fully contained within this.
- public void copy (Rectangle source)
Copies the rectangle information stored in source
over
the information in this.
- public void dump ()
For debugging purposes, not stable API.
- public Rectangle dup ()
Create a new copy of this.
- public bool equal (Rectangle rectangle2)
Check if two Rectangles are equal.
- public bool equal_coords (int x, int y, int width, int height)
Check if a rectangle is equal to a set of parameters.
- public bool intersect (Rectangle src1, Rectangle src2)
Calculates the intersection of two rectangles.
- public bool is_empty ()
Check if a rectangle has zero area.
- public bool is_infinite_plane ()
Returns TRUE if the GeglRectangle represents an infininte plane, FALSE
otherwise.
- public bool subtract_bounding_box (Rectangle minuend, Rectangle subtrahend)
Computes the bounding box of the area formed by subtracting
subtrahend
from minuend
, and stores the result in this.
Fields: