프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |