C# Класс System.Html.Mobile.DeviceOrientationEvent

Наследование: Event
Показать файл Открыть проект

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