DOMPointInit

Overview

The DOMPointInit dictionary is used to provide the values of the coordinates and perspective when creating and JSONifying a DOMPoint or DOMPointReadOnly object.

Location

Properties


w

 

property w: Double read write;

 

Double w { get; set; }

 

var w: Double { get{} set{} }

 

Double w { __get; __set; }

 

Property w() As Double

x

 

property x: Double read write;

 

Double x { get; set; }

 

var x: Double { get{} set{} }

 

Double x { __get; __set; }

 

Property x() As Double

y

 

property y: Double read write;

 

Double y { get; set; }

 

var y: Double { get{} set{} }

 

Double y { __get; __set; }

 

Property y() As Double

z

 

property z: DOMPointInit read write;

 

DOMPointInit z { get; set; }

 

var z: DOMPointInit { get{} set{} }

 

DOMPointInit z { __get; __set; }

 

Property z() As DOMPointInit