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

    Interface ElementBounds

    Element bounds for positioning calculations Represents the size and position of an Html overlay element

    요소경계

    interface ElementBounds {
        height: number;
        margin?: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Element height in pixels

    margin?: number

    Optional margin around element

    width: number

    Element width in pixels