AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface Rectangle

    A rectangular area on the screen.

    Origin is top-left. All numbers are in pixels.

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

    The height of the rectangle in pixels

    width: number

    The width of the rectangle in pixels

    x: number

    The x coordinate of the rectangle's origin in pixels

    y: number

    The y coordinate of the rectangle's origin in pixels