C# Class System.Html.Mobile.DeviceOrientationEvent

Inheritance: Event
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
DeviceOrientationEvent System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DeviceOrientationEvent ( ) : System.Runtime.CompilerServices

Method Details

DeviceOrientationEvent() public méthode

public DeviceOrientationEvent ( string type ) : System.Runtime.CompilerServices
type string
Résultat System.Runtime.CompilerServices

DeviceOrientationEvent() public méthode

public DeviceOrientationEvent ( string type, DeviceOrientationEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict DeviceOrientationEventInit
Résultat System.Runtime.CompilerServices

InitDeviceOrientationEvent() public méthode

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
Résultat void