C# 클래스 System.Html.Mobile.DeviceOrientationEvent

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

Private Properties

프로퍼티 타입 설명
DeviceOrientationEvent System.Runtime.CompilerServices

공개 메소드들

메소드 설명
DeviceOrientationEvent ( string type ) : System.Runtime.CompilerServices
DeviceOrientationEvent ( string type, DeviceOrientationEventInit eventInitDict ) : System.Runtime.CompilerServices
InitDeviceOrientationEvent ( string type, bool canBubble, bool cancelable, double alpha, double beta, double gamma, bool absolute ) : void

비공개 메소드들

메소드 설명
DeviceOrientationEvent ( ) : System.Runtime.CompilerServices

메소드 상세

DeviceOrientationEvent() 공개 메소드

public DeviceOrientationEvent ( string type ) : System.Runtime.CompilerServices
type string
리턴 System.Runtime.CompilerServices

DeviceOrientationEvent() 공개 메소드

public DeviceOrientationEvent ( string type, DeviceOrientationEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict DeviceOrientationEventInit
리턴 System.Runtime.CompilerServices

InitDeviceOrientationEvent() 공개 메소드

public InitDeviceOrientationEvent ( string type, bool canBubble, bool cancelable, double alpha, double beta, double gamma, bool absolute ) : void
type string
canBubble bool
cancelable bool
alpha double
beta double
gamma double
absolute bool
리턴 void