[]
        
(Showing Draft Content)

Point

Type Alias: Point

type Point = object;

Represents a location in (x, y) coordinate space. The origin is at the top left corner.

Properties

x

x: number;

The X coordinate.


y

y: number;

The Y coordinate.