get_corners


Description:

public void get_corners (out int x0, out int y0, out int x1, out int y1)

Get two corners of the box

Coordinates represent user coordinates.

Parameters:

x0

The x coordinate of the first corner

y0

The y coordinate of the second corner

x1

The x coordinate of the opposite corner

y1

The y coordinate of the opposite corner