gpu-curtains
    Preparing search index...

    Interface RectSize

    Defines a size object

    interface RectSize {
        width: number;
        height: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    width: number

    width of the rectangle

    height: number

    height of the rectangle