ControlPaint.DrawVisualStyleBorder(Graphics, Rectangle) Methode

Definitie

Hiermee tekent u een rand in de stijl die geschikt is voor uitgeschakelde items.

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)

Parameters

graphics
Graphics

De Graphics te tekenen.

bounds
Rectangle

De Rectangle afmetingen van de rand.

Van toepassing op