PowerKeys Scripting API
    Preparing search index...

    Interface WindowBounds

    Rectangle in physical Windows virtual-screen coordinates. The containing field documents whether it describes outer or client bounds.

    interface WindowBounds {
        x: number;
        y: number;
        width: number;
        height: number;
    }
    Index
    x: number

    Absolute left edge; negative on monitors left of the primary monitor.

    y: number

    Absolute top edge; negative on monitors above the primary monitor.

    width: number

    Width in physical pixels.

    height: number

    Height in physical pixels.