ControlPaint.DrawVisualStyleBorder(Graphics, Rectangle) Methode

Definition

Zeichnet einen Rahmen im Format für deaktivierte Elemente.

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)

Parameter

graphics
Graphics

Die Instanz von Graphics, in der gezeichnet werden soll.

bounds
Rectangle

Das Rectangle, das die Abmessungen des Rahmens darstellt.

Gilt für: