ControlPaint.DrawImageDisabled(Graphics, Image, Int32, Int32, Color) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Dessine l'image spécifiée dans un état désactivé.
public:
static void DrawImageDisabled(System::Drawing::Graphics ^ graphics, System::Drawing::Image ^ image, int x, int y, System::Drawing::Color background);
public static void DrawImageDisabled (System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background);
static member DrawImageDisabled : System.Drawing.Graphics * System.Drawing.Image * int * int * System.Drawing.Color -> unit
Public Shared Sub DrawImageDisabled (graphics As Graphics, image As Image, x As Integer, y As Integer, background As Color)
Paramètres
- x
- Int32
Coordonnée x du coin supérieur gauche de l'image de bordure.
- y
- Int32
Coordonnée y du coin supérieur gauche de l'image de bordure.
Remarques
Le background
paramètre est utilisé pour calculer la couleur de remplissage de l’image désactivée afin qu’elle soit toujours visible par rapport à l’arrière-plan.