Skip to main content

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?