DynamicRenderer - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited.
Тип DynamicRenderer предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
DynamicRenderer | Перегружен. Initializes a new instance of the DynamicRenderer class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
Dispose | Releases resources used by the DynamicRenderer object. | |
Draw | Draws the cached data with the specified Graphics object. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
Refresh | Causes the DynamicRenderer object to redraw the ink data that is currently in its data store. | |
ReleaseCachedData | Releases tablet pen data from the DynamicRenderer object's cache. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Поля
Имя | Описание | |
---|---|---|
DynamicRendererCachedDataGuid | Represents the Guid that is used by a CustomStylusData object to indicate that the Data property contains DynamicRendererCachedData from a DynamicRenderer object. |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
ClipRectangle | Gets or sets the Rectangle structure in which to paint the dynamically rendered strokes. | |
DrawingAttributes | Gets or sets the DrawingAttributes object used by the DynamicRenderer object. | |
Enabled | Gets or sets a value that turns dynamic rendering on and off. | |
EnableDataCache | Gets or sets a value that indicates whether data caching is enabled for the DynamicRenderer object. |
В начало страницы
Явные реализации интерфейса
В начало страницы