|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"DOMPoint.idl";
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 } | |
|
static |
Implements DOMPointReadOnly.
| inherit attribute unrestricted double DOMPoint::w |
| inherit attribute unrestricted double DOMPoint::x |
| inherit attribute unrestricted double DOMPoint::y |
| inherit attribute unrestricted double DOMPoint::z |
1.8.13