MLightCAD
    Preparing search index...

    Interface to define arguments of view resized events.

    interface AcEdViewResizedEventArgs {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    New height of the resized view.

    width: number

    New width of the resized view.