Name

ColorAdjustType

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.