:: com :: sun :: star :: geometry ::
|
unpublished |
struct IntegerRectangle2D |
|
|
|
- Usage Restrictions
- not published
- Description
- This structure contains the necessary information for a
two-dimensional rectangle.
- Since
- OpenOffice 2.0
|
Elements' Summary |
X1 |
X coordinate of upper left corner. |
Y1 |
Y coordinate of upper left corner. |
X2 |
X coordinate of lower right corner. |
Y2 |
Y coordinate of lower right corner. |
Elements' Details |
X1
long X1;
- Description
- X coordinate of upper left corner.
|
|
Y1
long Y1;
- Description
- Y coordinate of upper left corner.
|
|
X2
long X2;
- Description
- X coordinate of lower right corner.
Must be greater than X1 for non-empty rectangles.
|
|
Y2
long Y2;
- Description
- Y coordinate of lower right corner.
Must be greater than y1 for non-empty rectangles.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.