meo-skia-canvas
    Preparing search index...

    Variable DOMPoint

    DOMPoint: {
        prototype: DOMPoint;
        fromPoint(other?: DOMPointInit): DOMPoint;
        new (x?: number, y?: number, z?: number, w?: number): DOMPoint;
    }

    A point in space, with an optional depth and perspective component.

    Type Declaration