Bounds.with_points


Description:

public Bounds.with_points (int x0, int y0, int x1, int y1)

Create a bounds with points

Parameters:

x0

x coordinate of first point

y0

y coordinate of first point

x1

x coordinate of second point

y1

y coordinate of second point