:: com :: sun :: star :: geometry ::
|
unpublished |
struct IntegerSize2D |
|
|
|
- Description
- This structure contains data representing a two-dimensional size.
The data is stored integer-valued.
|
Elements' Summary |
Width |
Amount of space occupied in the x direction. |
Height |
Amount of space occupied in the y direction. |
Elements' Details |
Width
long Width;
- Description
- Amount of space occupied in the x direction.
|
|
Height
long Height;
- Description
- Amount of space occupied in the y direction.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.