Back to Wails

Interface Rect

v3/internal/runtime/desktop/@wailsio/runtime/docs/interfaces/Screens.Rect.html

2.15.0654 B
Original Source

Interface Rect

interface Rect {
Height: number;
Width: number;
X: number;
Y: number;
}

Index

Properties

HeightWidthXY

Properties

Height

Height: number

The height of the rectangle.

Width

Width: number

The width of the rectangle.

X

X: number

The X coordinate of the origin.

Y

Y: number

The Y coordinate of the origin.

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties HeightWidthXY