InterfacePoint

X, Y coordinates to describe a point.

interface Point {
    x: number;
    y: number;
}

Hierarchy

  • ZXingPoint
    • Point

Properties

x y

Properties

x: number

X coordinate.

y: number

Y coordinate.