LibreOffice
LibreOffice 24.2 SDK API Reference
|
This structure contains the necessary information for a two-dimensional rectangle. More...
import"RealRectangle2D.idl";
Public Attributes | |
double | X1 |
X coordinate of upper left corner . More... | |
double | Y1 |
Y coordinate of upper left corner. More... | |
double | X2 |
X coordinate of lower right corner. More... | |
double | Y2 |
Y coordinate of lower right corner. More... | |
This structure contains the necessary information for a two-dimensional rectangle.
double X1 |
X coordinate of upper left corner .
double X2 |
X coordinate of lower right corner.
Must be greater than x1 for non-empty rectangles.
.
double Y1 |
Y coordinate of upper left corner.
double Y2 |
Y coordinate of lower right corner.
Must be greater than y1 for non-empty rectangles.