Property | Type | Description |
---|
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 |
public DOMPoint ( ) : System.Runtime.CompilerServices | ||
return | System.Runtime.CompilerServices |
public DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices | ||
point | DOMPointInit | |
return | System.Runtime.CompilerServices |
public DOMPoint ( double x, double y ) : System.Runtime.CompilerServices | ||
x | double | |
y | double | |
return | System.Runtime.CompilerServices |
public DOMPoint ( double x, double y, double z ) : System.Runtime.CompilerServices | ||
x | double | |
y | double | |
z | double | |
return | System.Runtime.CompilerServices |
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 |