Microsoft SDK for Java

Rect Class

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;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.