DOMPointReadOnly-1
DOMPointReadOnly: {
(x?, y?, z?, w?): DOMPointReadOnly;
prototype: DOMPointReadOnly;
fromPoint: DOMPointReadOnly;
};
Type Declaration
Parameters
| Parameter | Type |
|---|---|
x? | number |
y? | number |
z? | number |
w? | number |
Returns
prototype
prototype: DOMPointReadOnly;
fromPoint()
fromPoint(other?): DOMPointReadOnly;
The static DOMPointReadOnly method fromPoint() creates and returns a new DOMPointReadOnly object given a source point.
Parameters
| Parameter | Type |
|---|---|
other? | DOMPointInit |