The Rect Class of the com.ms.directX package specifies the corners of a rectangle.
public final class Rect { // Fields public int bottom; public int left; public int right; public int top; }