pixi.js
    Preparing search index...

    Interface ICanvasRectAdvanced

    Represents a rectangle in the canvas.

    interface ICanvasRect {
        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 rectangle's top-left corner.

    y: number

    The y-coordinate of the rectangle's top-left corner.