ControlPaint.DrawVisualStyleBorder(Graphics, Rectangle) メソッド

定義

無効なアイテムに適したスタイルで罫線を描画します。

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)

パラメーター

graphics
Graphics

描画する Graphics

bounds
Rectangle

罫線の寸法を表す Rectangle

適用対象