Renderer - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents the management of mappings from ink to the display window. Use the Renderer object to display ink in a window. You can also use it to reposition and resize stroke.
Тип Renderer предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
Renderer | Initializes a new instance of the Renderer class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
Draw | Перегружен. Draws strokes on a Graphics or device context. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetObjectTransform | Identifies the Matrix object that represents the object transform that was used to render ink. | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
GetViewTransform | Identifies the Matrix object that represents the object transform that was used to render ink. | |
InkSpaceToPixel | Перегружен. Converts one or more locations in ink space coordinates to be in pixel space. | |
Measure | Перегружен. Calculates the Rectangle on the device context needed to contain the stroke or strokes to be drawn by the Renderer object. | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
Move | Applies a translation to the GetViewTransform in ink space coordinates. | |
PixelToInkSpace | Перегружен. Converts one or more locations from pixel coordinates to ink space coordinates. | |
Rotate | Перегружен. Applies a rotation to the GetViewTransform. | |
Scale | Перегружен. Scales the GetViewTransform in the X and Y dimensions. | |
SetObjectTransform | Sets the Matrix object that represents the object transform that is used to render ink. | |
SetViewTransform | Sets the Matrix object that represents the view transform that is used to render ink. | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы