Table of Contents

Class DOMPointInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class DOMPointInit
Inheritance
DOMPointInit
Inherited Members

Constructors

DOMPointInit()

public DOMPointInit()

Fields

W

[Value("w")]
public double W

Field Value

double

X

[Value("x")]
public double X

Field Value

double

Y

[Value("y")]
public double Y

Field Value

double

Z

[Value("z")]
public double Z

Field Value

double