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

Type declaration

    • new (x?, y?, z?, w?): DOMPoint
    • Parameters

      • Optional x: number
      • Optional y: number
      • Optional z: number
      • Optional w: number

      Returns DOMPoint

  • prototype: DOMPoint
  • fromPoint:function

Generated using TypeDoc