Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class Rect

public final class Rect {
  public int Left;
  public int Top;
  public int Right;
  public int Bottom;
}

Specifies the corners of a rectangle.

Fields

Left and Top
The x- and y-coordinates of the upper-left corner.
Right and Bottom
The x- and y-coordinates of the lower-right corner.


© 1996 Microsoft Corporation. All rights reserved.