DOMPointReadOnly
Overview
The DOMPointReadOnly interface specifies the coordinate and perspective fields used by DOMPoint to define a 2D or 3D point in a coordinate system.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
fromPoint
property fromPoint: dynamic read write;
dynamic fromPoint { get; set; }
var fromPoint: dynamic { get{} set{} }
dynamic fromPoint { __get; __set; }
Property fromPoint() As dynamic
matrixTransform
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
Returns a JSON representation of the DOMPointReadOnly object.
method toJSON: DOMPointInit
DOMPointInit toJSON()
func toJSON() -> DOMPointInit
DOMPointInit toJSON()
Function toJSON() As DOMPointInit
w
property w: Double read;
Double w { get; }
var w: Double { get{} }
Double w { __get; }
ReadOnly Property w() As Double
x
property x: Double read;
Double x { get; }
var x: Double { get{} }
Double x { __get; }
ReadOnly Property x() As Double
y
property y: Double read;
Double y { get; }
var y: Double { get{} }
Double y { __get; }
ReadOnly Property y() As Double
z
fromPoint
property fromPoint: dynamic read write;
dynamic fromPoint { get; set; }
var fromPoint: dynamic { get{} set{} }
dynamic fromPoint { __get; __set; }
Property fromPoint() As dynamic
w
property w: Double read;
Double w { get; }
var w: Double { get{} }
Double w { __get; }
ReadOnly Property w() As Double
x
property x: Double read;
Double x { get; }
var x: Double { get{} }
Double x { __get; }
ReadOnly Property x() As Double
y
property y: Double read;
Double y { get; }
var y: Double { get{} }
Double y { __get; }
ReadOnly Property y() As Double
z
matrixTransform
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
Returns a JSON representation of the DOMPointReadOnly object.
method toJSON: DOMPointInit
DOMPointInit toJSON()
func toJSON() -> DOMPointInit
DOMPointInit toJSON()
Function toJSON() As DOMPointInit