This documentation is archived and is not being maintained.
ColorAdjustType Enumeration
.NET Framework 1.1
Specifies which GDI+ objects use color adjustment information.
[Visual Basic] <Serializable> Public Enum ColorAdjustType [C#] [Serializable] public enum ColorAdjustType [C++] [Serializable] __value public enum ColorAdjustType [JScript] public Serializable enum ColorAdjustType
Remarks
Bitmap, Brush, and Pen objects use any color adjustments that have been set in the default ImageAttributes object until their own color adjustments have been set.
Members
| Member name | Description |
|---|---|
| Any | The number of types specified. |
| Bitmap | Color adjustment information for Bitmap objects. |
| Brush | Color adjustment information for Brush objects. |
| Count | The number of types specified. |
| Default | Color adjustment information that is used by all GDI+ objects that do not have their own color adjustment information. |
| Pen | Color adjustment information for Pen objects. |
| Text | Color adjustment information for text. |
Requirements
Namespace: System.Drawing.Imaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: