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

import"DOMPointReadOnly.idl";

Inheritance diagram for DOMPointReadOnly:
DOMPoint

Static Public Member Functions

static DOMPointReadOnly fromPoint (optional DOMPointInit other)
 

Public Attributes

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 DOMPointReadOnly DOMPointReadOnly::fromPoint ( optional DOMPointInit  other)
static

Implemented in DOMPoint.

Member Data Documentation

◆ serializer

DOMPointReadOnly::serializer = { attribute }

◆ w

readonly attribute unrestricted double DOMPointReadOnly::w

◆ x

readonly attribute unrestricted double DOMPointReadOnly::x

◆ y

readonly attribute unrestricted double DOMPointReadOnly::y

◆ z

readonly attribute unrestricted double DOMPointReadOnly::z

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