zxing-wasm
    Preparing search index...

    Interface Point

    X, Y coordinates to describe a point.

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

    Hierarchy

    • ZXingPoint
      • Point
    Index

    Properties

    x y

    Properties

    x: number

    X coordinate.

    y: number

    Y coordinate.