Packages
 In this topic

*Fields

 

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

 


Class D3dRect

public final class D3dRect
{
  // Fields
  public int x1;
  public int x2;
  public int y1;
  public int y2;
}

Rectangle definition.

See also Direct3dDevice, Direct3dViewport.

Fields

x1
The x coordinate of the upper-left corner of the rectangle.
x2
The x coordinate of the lower-right corner of the rectangle.
y1
The y coordinate of the upper-left corner of the rectangle.
y2
The y coordinate of the lower-right corner of the rectangle.

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