DOMPointReadOnly
interface DOMPointReadOnly {
w: number;
x: number;
y: number;
z: number;
matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
toJSON(): any;
}
w: number;
x: number;
y: number;
z: number;
matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
toJSON(): any;
}
Hierarchy (View Summary)
- DOMPointReadOnly
Index
Properties
Methods
Methods
matrix Transform
matrixTransform(matrix?: DOMMatrixInit): DOMPoint
to JSON
toJSON(): any
MDN Reference