ControlPaint.DrawVisualStyleBorder(Graphics, Rectangle) Méthode

Définition

Dessine une bordure dans le style approprié pour les éléments désactivés.

public:
 static void DrawVisualStyleBorder(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds);
public static void DrawVisualStyleBorder (System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
static member DrawVisualStyleBorder : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Shared Sub DrawVisualStyleBorder (graphics As Graphics, bounds As Rectangle)

Paramètres

graphics
Graphics

Graphics sur lequel dessiner.

bounds
Rectangle

Rectangle représentant les dimensions de la bordure.

S’applique à