Interface IWindowLocation

interface IWindowLocation {
    height?: number;
    scrollX?: number;
    scrollY?: number;
    width?: number;
    x?: number;
    y?: number;
}

Hierarchy (view full)

Properties

height?: number

Height of the window in units, by default calculated to match bottom screen bound.

scrollX?: number

Defines scrollable window size along the X axis.

scrollY?: number

Defines scrollable window size along the Y axis.

width?: number

Width of the window in units, by default calculated to match right screen bound.

x?: number

X coordinate of the window in units.

0
y?: number

Y coordinate of the window in units.

0

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.