Dart SDK
dart:html
DomPoint
class
DomPoint
Static Properties
Properties
Constructors
Static properties
supported
Properties
w
x
y
z
Constructors
DomPoint
(Not documented.)
Annotations
DocsEditable()
DomName('DOMPoint')
Experimental()
Extends
Object
DomPointReadOnly
DomPoint
Static Properties
bool
supported
read-only
Checks if this type is supported on the current platform.
Properties
num
w
read / write
num
x
read / write
num
y
read / write
num
z
read / write
Constructors
DomPoint
([
point_OR_x
,
num
y
,
num
z
,
num
w
])