Syntax
struct Rectangle;
Description
specifies a rectangular area by position and size.
Field Summary
|
X |
specifies the x-coordinate.
|
|
Y |
specifies the y-coordinate.
|
|
Width |
specifies the width.
|
|
Height |
specifies the height.
|
|
Field Details
|
|
Syntax
long X;
Description
specifies the x-coordinate.
Syntax
long Y;
Description
specifies the y-coordinate.
Syntax
long Width;
Description
specifies the width.
Syntax
long Height;
Description
specifies the height.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.