ControlPaint.DrawLockedFrame(Graphics, Rectangle, Boolean) メソッド

定義

画面に表示されるロックされた選択項目の枠を、指定した範囲内の指定したグラフィックスの表面に描画します。 主要な選択項目色を使用して、枠を描画するかどうかを指定します。

public:
 static void DrawLockedFrame(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, bool primary);
public static void DrawLockedFrame (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary);
static member DrawLockedFrame : System.Drawing.Graphics * System.Drawing.Rectangle * bool -> unit
Public Shared Sub DrawLockedFrame (graphics As Graphics, rectangle As Rectangle, primary As Boolean)

パラメーター

graphics
Graphics

描画する Graphics

rectangle
Rectangle

枠の大きさを表す Rectangle

primary
Boolean

主要な選択項目で使用する色を使用してこの枠を描画する場合は、true。それ以外の場合は、false

適用対象