@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface AreaArray

    AreaArray

    interface AreaArray {
        Count: number;
        List: RectangleCoordinates[];
        Points: PointArray[];
    }
    Index

    Properties

    Properties

    Count: number

    Number of elements in List and Points

    AreaArray

    AreaArray

    Points: PointArray[]

    AreaArray