webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | Public Attributes | List of all members
DOMPoint Interface Reference

import"DOMPoint.idl";

Inheritance diagram for DOMPoint:
DOMPointReadOnly

Static Public Member Functions

static DOMPoint fromPoint (optional DOMPointInit other)
 

Public Attributes

inherit attribute unrestricted double x
 
inherit attribute unrestricted double y
 
inherit attribute unrestricted double z
 
inherit attribute unrestricted double w
 
- Public Attributes inherited from DOMPointReadOnly
readonly attribute unrestricted double x
 
readonly attribute unrestricted double y
 
readonly attribute unrestricted double z
 
readonly attribute unrestricted double w
 
 serializer = { attribute }
 

Member Function Documentation

◆ fromPoint()

static DOMPoint DOMPoint::fromPoint ( optional DOMPointInit  other)
static

Implements DOMPointReadOnly.

Member Data Documentation

◆ w

inherit attribute unrestricted double DOMPoint::w

◆ x

inherit attribute unrestricted double DOMPoint::x

◆ y

inherit attribute unrestricted double DOMPoint::y

◆ z

inherit attribute unrestricted double DOMPoint::z

The documentation for this interface was generated from the following file: