ControlPaint::DrawImageDisabled Method (Graphics^, Image^, Int32, Int32, Color)
.NET Framework (current version)
Draws the specified image in a disabled state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawImageDisabled( Graphics^ graphics, Image^ image, int x, int y, Color background )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- image
-
Type:
System.Drawing::Image^
The Image to draw.
- x
-
Type:
System::Int32
The x-coordinate of the top left of the border image.
- y
-
Type:
System::Int32
The y-coordinate of the top left of the border image.
- background
-
Type:
System.Drawing::Color
The Color of the background behind the image.
The background parameter is used to calculate the fill color of the disabled image so that it is always visible against the background.
.NET Framework
Available since 1.1
Available since 1.1
Show: