using System; using System.Drawing.Imaging; namespace Microsoft.Windows.Forms { /// /// 渲染引擎 /// public static partial class RenderEngine { /// /// 灰色图像参数 /// [ThreadStatic] private static ImageAttributes m_DisabledImageAttr; } }