ColorAdjustType | serializable |
System.Drawing.Imaging (system.drawing.dll) | enum |
This enumeration is used by various methods in the
ImageAttributes class to determine which types of
GDI+ object will be affected by the color transform it defines.
public enum ColorAdjustType {
Default = 0,
Bitmap = 1,
Brush = 2,
Pen = 3,
Text = 4,
Count = 5,
Any = 6
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
ColorAdjustType
Passed To
Multiple types
|