ColorAdjustType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定哪些 GDI+ 对象使用颜色调整信息。
public enum class ColorAdjustType
public enum ColorAdjustType
type ColorAdjustType =
Public Enum ColorAdjustType
- 继承
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Any | 6 | 指定的类型的数目。 |
| Bitmap | 1 | Bitmap 对象的颜色调整信息。 |
| Brush | 2 | Brush 对象的颜色调整信息。 |
| Count | 5 | 指定的类型的数目。 |
| Default | 0 | 自身没有颜色调整信息的所有 GDI+ 对象所使用的颜色调整信息。 |
| Pen | 3 | Pen 对象的颜色调整信息。 |
| Text | 4 | 文本的颜色调整信息。 |
注解
Bitmap、 Brush和 Pen 对象使用已在默认 ImageAttributes 对象中设置的任何颜色调整,直到设置了自己的颜色调整。