Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
clutter-1.0
Clutter
Geometry
intersects
union
height
width
x
y
Geometry
Object Hierarchy:
Description:
public
struct
Geometry
The rectangle containing an actor's bounding box, measured in pixels.
Namespace:
Clutter
Package:
clutter-1.0
Content:
Methods:
public
bool
intersects
(
Geometry
geometry1)
Determines if
geometry0
and geometry1 intersect returning
true
if they do else
false
.
public
Geometry
union
(
Geometry
geometry_b)
Find the union of two rectangles represented as
Geometry
.
Fields:
public
int
x
public
int
y
public
uint
width
public
uint
height