Draws an image and makes it look disabled.
[Visual Basic] Public Shared Sub DrawImageDisabled( _ ByVal graphics As Graphics, _ ByVal image As Image, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal background As Color _ ) [C#] public static void DrawImageDisabled( Graphics graphics, Image image, int x, int y, Color background ); [C++] public: static void DrawImageDisabled( Graphics* graphics, Image* image, int x, int y, Color background ); [JScript] public static function DrawImageDisabled( graphics : Graphics, image : Image, x : int, y : int, background : Color );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace