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
Width
[Value("width")]
public double Width
Field Value
X
[Value("x")]
public double X
Field Value
Y
[Value("y")]
public double Y