BoundingBox


Description:

[ CCode ( has_construct_function = false ) ]
public BoundingBox (double top, double bottom, double left, double right)

Creates a new BoundingBox object.

Parameters:

top

The left coordinate

bottom

The bottom coordinate

left

The left coordinate

right

The right coordinate

Returns:

a new BoundingBox object. Use unref when done.