DOMPoint

Overview

A DOMPoint object represents a 2D or 3D point in a coordinate system; it includes values for the coordinates in up to three dimensions, as well as an optional perspective value.

Location

 

fromPoint    (declared in DOMPointReadOnly)

 

property fromPoint: dynamic read write;

 

dynamic fromPoint { get; set; }

 

var fromPoint: dynamic { get{} set{} }

 

dynamic fromPoint { __get; __set; }

 

Property fromPoint() As dynamic

matrixTransform    (declared in DOMPointReadOnly)

Applies a matrix transform specified as a DOMMatrixInit object to the DOMPointReadOnly object.

 

method matrixTransform: dynamic

 

dynamic matrixTransform()

 

func matrixTransform() -> dynamic

 

dynamic matrixTransform()

 

Function matrixTransform() As dynamic

toJSON    (declared in DOMPointReadOnly)

Returns a JSON representation of the DOMPointReadOnly object.

 

method toJSON: DOMPointInit

 

DOMPointInit toJSON()

 

func toJSON() -> DOMPointInit

 

DOMPointInit toJSON()

 

Function toJSON() As DOMPointInit

w    (declared in DOMPointReadOnly)

 

property w: Double read;

 

Double w { get; }

 

var w: Double { get{} }

 

Double w { __get; }

 

ReadOnly Property w() As Double

w

 

property w: Double read write;

 

Double w { get; set; }

 

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

 

Double w { __get; __set; }

 

Property w() As Double

x    (declared in DOMPointReadOnly)

 

property x: Double read;

 

Double x { get; }

 

var x: Double { get{} }

 

Double x { __get; }

 

ReadOnly Property x() 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    (declared in DOMPointReadOnly)

 

property y: Double read;

 

Double y { get; }

 

var y: Double { get{} }

 

Double y { __get; }

 

ReadOnly Property y() 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    (declared in DOMPointReadOnly)

 

property z: Double read;

 

Double z { get; }

 

var z: Double { get{} }

 

Double z { __get; }

 

ReadOnly Property z() As Double

z

 

property z: Double read write;

 

Double z { get; set; }

 

var z: Double { get{} set{} }

 

Double z { __get; __set; }

 

Property z() As Double

 

fromPoint    (declared in DOMPointReadOnly)

 

property fromPoint: dynamic read write;

 

dynamic fromPoint { get; set; }

 

var fromPoint: dynamic { get{} set{} }

 

dynamic fromPoint { __get; __set; }

 

Property fromPoint() As dynamic

w    (declared in DOMPointReadOnly)

 

property w: Double read;

 

Double w { get; }

 

var w: Double { get{} }

 

Double w { __get; }

 

ReadOnly Property w() As Double

w

 

property w: Double read write;

 

Double w { get; set; }

 

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

 

Double w { __get; __set; }

 

Property w() As Double

x    (declared in DOMPointReadOnly)

 

property x: Double read;

 

Double x { get; }

 

var x: Double { get{} }

 

Double x { __get; }

 

ReadOnly Property x() 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    (declared in DOMPointReadOnly)

 

property y: Double read;

 

Double y { get; }

 

var y: Double { get{} }

 

Double y { __get; }

 

ReadOnly Property y() 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    (declared in DOMPointReadOnly)

 

property z: Double read;

 

Double z { get; }

 

var z: Double { get{} }

 

Double z { __get; }

 

ReadOnly Property z() As Double

z

 

property z: Double read write;

 

Double z { get; set; }

 

var z: Double { get{} set{} }

 

Double z { __get; __set; }

 

Property z() As Double

 

matrixTransform    (declared in DOMPointReadOnly)

Applies a matrix transform specified as a DOMMatrixInit object to the DOMPointReadOnly object.

 

method matrixTransform: dynamic

 

dynamic matrixTransform()

 

func matrixTransform() -> dynamic

 

dynamic matrixTransform()

 

Function matrixTransform() As dynamic

toJSON    (declared in DOMPointReadOnly)

Returns a JSON representation of the DOMPointReadOnly object.

 

method toJSON: DOMPointInit

 

DOMPointInit toJSON()

 

func toJSON() -> DOMPointInit

 

DOMPointInit toJSON()

 

Function toJSON() As DOMPointInit