DrawingAttributes - члены
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Represents the attributes that are applied to ink when it is drawn.
Тип DrawingAttributes предоставляет следующие члены.
Конструкторы
Имя | Описание | |
---|---|---|
DrawingAttributes | Перегружен. Initializes a new instance of the DrawingAttributes class. |
В начало страницы
Методы
Имя | Описание | |
---|---|---|
Clone | Returns a copy of this DrawingAttributes object. | |
Equals | Определяет, равен ли заданный объект Object текущему объекту Object. (Унаследовано от Object.) | |
Finalize | Позволяет объекту Object попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как объект Object будет утилизирован в процессе сборки мусора. (Унаследовано от Object.) | |
GetHashCode | Играет роль хэш-функции для определенного типа. (Унаследовано от Object.) | |
GetType | Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.) | |
MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследовано от Object.) | |
ToString | Возвращает объект String, который представляет текущий объект Object. (Унаследовано от Object.) |
В начало страницы
Свойства
Имя | Описание | |
---|---|---|
AntiAliased | Gets or sets the value that indicates whether a stroke is antialiased. | |
Color | Gets or sets the color of the ink that is drawn with this DrawingAttributes object. | |
ExtendedProperties | Gets the collection of application-defined data. | |
FitToCurve | Gets or sets the value that indicates whether Bezier smoothing is used to render ink. | |
Height | Gets or sets the y-axis dimension, or height, of the pen tip when drawing ink. | |
IgnorePressure | Gets or sets the value that indicates whether ink gets wider with increased pressure of the pen tip on the tablet surface. | |
PenTip | Gets or sets a value that indicates which pen tip to use when drawing ink that is associated with this DrawingAttributes object. | |
RasterOperation | Gets or sets a value that defines how the colors of the pen and background interact. | |
Transparency | Gets or sets a value that indicates the transparency value of ink. | |
Width | Gets or sets the y-axis dimension, or width, of the pen tip when drawing ink. |
В начало страницы
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable.Clone |
В начало страницы