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

    Interface Rect

    An axis-aligned rectangle in two-dimensional space.

    interface Rect {
        origin: Point;
        size: Size;
    }
    Index

    Properties

    Properties

    origin: Point

    The origin of the rectangle.

    size: Size

    The size of the rectangle.