![]()
|
|
|||||||||||||
Class Rectpublic final class Rect
{
// Fields
public int bottom;
public int left;
public int right;
public int top;
}
Specifies the corners of a rectangle. Fields
|
| © 1998 Microsoft Corporation. All rights reserved. Terms of use. |