interface DOMPoint {
    w: number;
    x: number;
    y: number;
    z: number;
    matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
    toJSON(): any;
}

Hierarchy-Diagram

UML class diagram of DOMPoint
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Properties

w x y z

Methods

Properties

w: number
x: number
y: number
z: number

Methods