Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
    Preparing search index...

    Interface Bounds

    Represents rectangle bounds combining position and size.

    interface Bounds {
        height: number;
        width: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    Height in pixels

    width: number

    Width in pixels

    x: number

    X coordinate in pixels

    y: number

    Y coordinate in pixels