Member Junction
    Preparing search index...

    Axis-aligned bounds of an item, in board coordinates.

    interface WhiteboardBounds {
        H: number;
        W: number;
        X: number;
        Y: number;
    }
    Index

    Properties

    H W X Y

    Properties

    H: number
    W: number
    X: number
    Y: number