Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class Rect

public final class Rect
{
  // Fields
  public int bottom;
  public int left;
  public int right;
  public int top;
}

Specifies the corners of a rectangle.

Fields

bottom
The y coordinate of the lower-right corner.
left
The x coordinate of the upper-left corner.
right
The x coordinate of the lower-right corner.
top
The y coordinate of the upper-left corner.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.