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
Parameters
Optionalother: DOMPointInit
Returns DOMPoint
The
fromPoint()static method of the DOMPoint interface creates and returns a new mutableDOMPointobject given a source point.MDN Reference