zero
Description:
public static unowned Rect?
zero ()
A Rect with origin
set at (0, 0) and a size of 0.
The returned value can be used as a guard.
Returns:
a rectangle with origin in (0, 0) and a size of 0. The returned Rect is owned
by Clutter and it should not be modified or freed.
|