Member Junction
    Preparing search index...

    A point in board (content) coordinates.

    interface WhiteboardPoint {
        X: number;
        Y: number;
    }
    Index

    Properties

    X Y

    Properties

    X: number
    Y: number