Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: geometry ::

struct RealRectangle2D
Description
This structure contains the necessary information for a two-dimensional rectangle.

Since
OOo 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
double X1;
Description
X coordinate of upper left corner .
Y1
double Y1;
Description
Y coordinate of upper left corner.
X2
double X2;
Description
X coordinate of lower right corner.

Must be greater than x1 for non-empty rectangles.

.

Y2
double Y2;
Description
Y coordinate of lower right corner.

Must be greater than y1 for non-empty rectangles.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.