ImageAttributes.ClearNoOp Method
Clears the NoOp setting for the default category.
Assembly: System.Drawing (in System.Drawing.dll)
An ImageAttributes object maintains color and grayscale settings for five adjustment categories: default, bitmap, brush, pen, and text. For example, you can specify a gamma value for the default category, a different gamma value for the bitmap category, and still a different gamma value for the pen category.
You can disable color adjustment for the default category by calling the SetNoOp method. Later, you can reinstate color adjustment for the default category by calling the ClearNoOp method. The color adjustment then returns to what was in place before the call to SetNoOp.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.