ControlPaint.DrawCheckBox 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 un contrôle case à cocher.
Surcharges
DrawCheckBox(Graphics, Rectangle, ButtonState) |
Dessine un contrôle case à cocher dans l'état spécifié, sur la surface graphique spécifiée et dans les limites spécifiées. |
DrawCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState) |
Dessine un contrôle case à cocher dans l'état spécifié, sur la surface graphique spécifiée et dans les limites spécifiées. |
DrawCheckBox(Graphics, Rectangle, ButtonState)
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
Dessine un contrôle case à cocher dans l'état spécifié, sur la surface graphique spécifiée et dans les limites spécifiées.
public:
static void DrawCheckBox(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ButtonState state);
public static void DrawCheckBox (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state);
static member DrawCheckBox : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawCheckBox (graphics As Graphics, rectangle As Rectangle, state As ButtonState)
Paramètres
- state
- ButtonState
Combinaison d'opérations de bits des valeurs de ButtonState qui spécifie l'état dans lequel la case à cocher doit être dessinée.
S’applique à
DrawCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState)
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
- Source:
- ControlPaint.cs
Dessine un contrôle case à cocher dans l'état spécifié, sur la surface graphique spécifiée et dans les limites spécifiées.
public:
static void DrawCheckBox(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ButtonState state);
public static void DrawCheckBox (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state);
static member DrawCheckBox : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawCheckBox (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, state As ButtonState)
Paramètres
- x
- Int32
Coordonnée x du coin supérieur gauche du rectangle de dessin.
- y
- Int32
Coordonnée y du coin supérieur gauche du rectangle de dessin.
- width
- Int32
Largeur de la case à cocher.
- height
- Int32
Hauteur de la case à cocher.
- state
- ButtonState
Combinaison d'opérations de bits des valeurs de ButtonState qui spécifie l'état dans lequel la case à cocher doit être dessinée.