FreakingGenius - v0.1.0
    Preparing search index...

    Interface BoundingBox

    An axis-aligned bounding box in pixel space.

    interface BoundingBox {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    Height of the box, in logical pixels.

    width: number

    Width of the box, in logical pixels.

    x: number

    Left edge of the box, in logical pixels.

    y: number

    Top edge of the box, in logical pixels.