Variable DOMPoint
DOMPoint: {
prototype: DOMPoint;
fromPoint(other?: DOMPointInit): DOMPoint;
new (x?: number, y?: number, z?: number, w?: number): DOMPoint;
}
prototype: DOMPoint;
fromPoint(other?: DOMPointInit): DOMPoint;
new (x?: number, y?: number, z?: number, w?: number): DOMPoint;
}
Type declaration
prototype: DOMPoint
fromPoint:function
- fromPoint(other?: DOMPointInit): DOMPoint
Parameters
Optional
other: DOMPointInit
Returns DOMPoint
MDN Reference