phina.js.d.ts
    Preparing search index...

    Interface RectangleShapeStatic

    interface RectangleShapeStatic {
        new RectangleShapeStatic(
            options?: RectangleShapeOptions,
        ): phina.display.RectangleShape;
        (options?: RectangleShapeOptions): phina.display.RectangleShape;
    }
    Index

    Constructors

    Constructors