Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
DOMPoint
Interface DOMPoint
Package version
Hierarchy
DOMPointReadOnly
DOMPoint
Index
Properties
DOMPoint
Read
Only
w
x
y
z
Methods
matrix
Transform
toJSON
Properties
DOMPoint
Read
Only
DOMPoint
Read
Only
:
{
constructor
:
any
;
prototype
:
DOMPointReadOnly
;
fromPoint
:
any
}
Type declaration
constructor
:
function
new __type
(
x
?:
undefined
|
number
, y
?:
undefined
|
number
, z
?:
undefined
|
number
, w
?:
undefined
|
number
)
:
DOMPointReadOnly
Parameters
Optional
x:
undefined
|
number
Optional
y:
undefined
|
number
Optional
z:
undefined
|
number
Optional
w:
undefined
|
number
Returns
DOMPointReadOnly
prototype
:
DOMPointReadOnly
from
Point
:
function
from
Point
(
other
?:
DOMPointInit
)
:
DOMPointReadOnly
Parameters
Optional
other:
DOMPointInit
Returns
DOMPointReadOnly
w
w
:
number
x
x
:
number
y
y
:
number
z
z
:
number
Methods
matrix
Transform
matrix
Transform
(
matrix
?:
DOMMatrixInit
)
:
DOMPoint
Parameters
Optional
matrix:
DOMMatrixInit
Returns
DOMPoint
toJSON
toJSON
(
)
:
any
Returns
any
Globals
DOMPoint
DOMPoint
Read
Only
w
x
y
z
matrix
Transform
toJSON
Generated using
TypeDoc