Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 | ||
Результат | System.Runtime.CompilerServices |
public DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices | ||
point | DOMPointInit | |
Результат | System.Runtime.CompilerServices |
public DOMPoint ( double x, double y ) : System.Runtime.CompilerServices | ||
x | double | |
y | double | |
Результат | System.Runtime.CompilerServices |
public DOMPoint ( double x, double y, double z ) : System.Runtime.CompilerServices | ||
x | double | |
y | double | |
z | double | |
Результат | System.Runtime.CompilerServices |
public DOMPoint ( double x, double y, double z, double w ) : System.Runtime.CompilerServices | ||
x | double | |
y | double | |
z | double | |
w | double | |
Результат | System.Runtime.CompilerServices |