Skip to main content

IPointF

Interfaces

IPointF

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

Properties

x?
optional x?: number;

The x-coordinate of the point.

y?
optional y?: number;

The y-coordinate of the point.

Was this page helpful?