ControlPaint.DrawVisualStyleBorder(Graphics, Rectangle) Metodo

Definizione

Disegna un bordo nello stile appropriato per gli elementi disabilitati.

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)

Parametri

graphics
Graphics

Oggetto Graphics da disegnare.

bounds
Rectangle

Oggetto Rectangle che rappresenta le dimensioni del bordo.

Si applica a