Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IRectangleF

A structure representing a rectangle in a two-dimensional plane.

Properties

x

x: number

The x-coordinate of the upper-left corner.


y

y: number

The y-coordinate of the upper-left corner.


width

width: number

The rectangle width.


height

height: number

The rectangle height.

Was this page helpful?