| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
public final class Rect {
public int Left;
public int Top;
public int Right;
public int Bottom;
}
Specifies the corners of a rectangle.
Fields
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |