Table of Contents

Class DOMRectInit

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

Constructors

DOMRectInit()

public DOMRectInit()

Fields

Height

[Value("height")]
public double Height

Field Value

double

Width

[Value("width")]
public double Width

Field Value

double

X

[Value("x")]
public double X

Field Value

double

Y

[Value("y")]
public double Y

Field Value

double