C# Class System.Html.DOMPoint

Inheritance: DOMPointReadOnly
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description

Public Methods

Method Description
DOMPoint ( ) : System.Runtime.CompilerServices
DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices
DOMPoint ( double x, double y ) : System.Runtime.CompilerServices
DOMPoint ( double x, double y, double z ) : System.Runtime.CompilerServices
DOMPoint ( double x, double y, double z, double w ) : System.Runtime.CompilerServices

Method Details

DOMPoint() public method

public DOMPoint ( ) : System.Runtime.CompilerServices
return System.Runtime.CompilerServices

DOMPoint() public method

public DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices
point DOMPointInit
return System.Runtime.CompilerServices

DOMPoint() public method

public DOMPoint ( double x, double y ) : System.Runtime.CompilerServices
x double
y double
return System.Runtime.CompilerServices

DOMPoint() public method

public DOMPoint ( double x, double y, double z ) : System.Runtime.CompilerServices
x double
y double
z double
return System.Runtime.CompilerServices

DOMPoint() public method

public DOMPoint ( double x, double y, double z, double w ) : System.Runtime.CompilerServices
x double
y double
z double
w double
return System.Runtime.CompilerServices