Interface IRectangleF
A structure representing a rectangle in a two-dimensional plane.
Package: @aurigma/design-editor-iframe
Properties
height
The rectangle height.
Declaration
height: number;
Property Value
| Type | Description |
|---|---|
| number | The rectangle height. |
width
The rectangle width.
Declaration
width: number;
Property Value
| Type | Description |
|---|---|
| number | The rectangle width. |
x
The x-coordinate of the upper-left corner.
Declaration
x: number;
Property Value
| Type | Description |
|---|---|
| number | The x-coordinate of the upper-left corner. |
y
The y-coordinate of the upper-left corner.
Declaration
y: number;
Property Value
| Type | Description |
|---|---|
| number | The y-coordinate of the upper-left corner. |