StylusDataBase - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents an abstract class that is the parent class of various stylus data classes.
Тип StylusDataBase предоставляет следующие члены.
Методы
Имя | Описание | |
---|---|---|
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetData | Returns the packet data. | |
GetEnumerator | Returns the System.Collections.IEnumerator interface used to iterate through the array of data. | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
SetData | Replaces the packet data. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) | |
VerifyPacketData | Validates the packet data. This method is called when the object is initialized. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the length of the array of packet data. | |
Item | Gets the stylus data item at the specified index within the collection. | |
PacketPropertyCount | Gets the number of packet properties contained in each packet. | |
Stylus | Gets information about the stylus at the time the associated data is generated. |
В начало страницы