capacitor-plugin-scanbot-sdk
    Preparing search index...

    Interface PolygonPoint

    Polygon Point

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

    Properties

    x y

    Properties

    x: number

    Polygon point X

    y: number

    Polygon point Y