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: IPointF

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

Properties

x

x: number

The x-coordinate of the point.


y

y: number

The y-coordinate of the point.

Was this page helpful?