@wailsio/runtime
    Preparing search index...

    Interface Rect

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

    Properties

    Properties

    Height: number

    The height of the rectangle.

    Width: number

    The width of the rectangle.

    X: number

    The X coordinate of the origin.

    Y: number

    The Y coordinate of the origin.