C# Класс HighlightModel.BeginScrollingInfo

Information about the scrolling device's configuration & state. Contains the time interval between two scrolling beats and the element that was previously scrolled on
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BeginScrollingInfo ( double tickInterval, IHighlightableElement previousElement ) : System

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

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

public BeginScrollingInfo ( double tickInterval, IHighlightableElement previousElement ) : System
tickInterval double
previousElement IHighlightableElement
Результат System