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

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

Private Properties

Свойство Тип Описание
DeviceMotionEvent System.Runtime.CompilerServices

Открытые методы

Метод Описание
DeviceMotionEvent ( string type ) : System.Runtime.CompilerServices
DeviceMotionEvent ( string type, DeviceMotionEventInit eventInitDict ) : System.Runtime.CompilerServices
InitDeviceMotionEvent ( string type, bool canBubble, bool cancelable, DeviceAccelerationInit acceleration, DeviceAccelerationInit accelerationIncludingGravity, DeviceRotationRateInit rotationRate, double interval ) : void

Приватные методы

Метод Описание
DeviceMotionEvent ( ) : System.Runtime.CompilerServices

Описание методов

DeviceMotionEvent() публичный Метод

public DeviceMotionEvent ( string type ) : System.Runtime.CompilerServices
type string
Результат System.Runtime.CompilerServices

DeviceMotionEvent() публичный Метод

public DeviceMotionEvent ( string type, DeviceMotionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict DeviceMotionEventInit
Результат System.Runtime.CompilerServices

InitDeviceMotionEvent() публичный Метод

public InitDeviceMotionEvent ( string type, bool canBubble, bool cancelable, DeviceAccelerationInit acceleration, DeviceAccelerationInit accelerationIncludingGravity, DeviceRotationRateInit rotationRate, double interval ) : void
type string
canBubble bool
cancelable bool
acceleration DeviceAccelerationInit
accelerationIncludingGravity DeviceAccelerationInit
rotationRate DeviceRotationRateInit
interval double
Результат void