ControlPaint.DrawVisualStyleBorder(Graphics, Rectangle) Método

Definición

Dibuja un borde en el estilo adecuado para los elementos deshabilitados.

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)

Parámetros

graphics
Graphics

Graphics donde se va a dibujar.

bounds
Rectangle

Rectangle que representa las dimensiones del borde.

Se aplica a