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

    Interface PolygonShapeStatic

    interface PolygonShapeStatic {
        new PolygonShapeStatic(
            options?: PolygonShapeOptions,
        ): phina.display.PolygonShape;
        (options?: PolygonShapeOptions): phina.display.PolygonShape;
    }
    Index

    Constructors

    Constructors