InAirPacketsData - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Provides a container for the values passed in through the IStylusAsyncPlugin.InAirPackets and IStylusSyncPlugin.InAirPackets methods when packets are detected as the pen passes above the digitizer. This class cannot be inherited.
Тип InAirPacketsData предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
InAirPacketsData | Initializes a new instance of the InAirPacketsData class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetData | Returns the packet data. (Унаследовано от StylusDataBase.) | |
GetEnumerator | Returns the System.Collections.IEnumerator interface used to iterate through the array of data. (Унаследовано от StylusDataBase.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
SetData | Replaces the packet data. (Унаследовано от StylusDataBase.) | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) | |
VerifyPacketData | Validates the packet data. This method is called when the object is initialized. (Унаследовано от StylusDataBase.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the length of the array of packet data. (Унаследовано от StylusDataBase.) | |
Item | Gets the stylus data item at the specified index within the collection. (Унаследовано от StylusDataBase.) | |
PacketPropertyCount | Gets the number of packet properties contained in each packet. (Унаследовано от StylusDataBase.) | |
Stylus | Gets information about the stylus at the time the associated data is generated. (Унаследовано от StylusDataBase.) |
В начало страницы