STRICH Barcode Scanning SDK API Reference
    Preparing search index...

    Interface Point

    A point in two-dimensional space.

    The y coordinate origin starts at the top.

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

    Properties

    x y

    Properties

    x: number

    The x-coordinate in pixels.

    y: number

    The y-coordinate in pixels.