C# 클래스 System.Html.DOMPoint

상속: DOMPointReadOnly
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

DOMPoint() 공개 메소드

public DOMPoint ( ) : System.Runtime.CompilerServices
리턴 System.Runtime.CompilerServices

DOMPoint() 공개 메소드

public DOMPoint ( DOMPointInit point ) : System.Runtime.CompilerServices
point DOMPointInit
리턴 System.Runtime.CompilerServices

DOMPoint() 공개 메소드

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

DOMPoint() 공개 메소드

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

DOMPoint() 공개 메소드

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