ActivityDesignerPaint.Draw3DButton メソッド

定義

アクティビティ デザイナー画面に 3 次元ボタンを描画します。

public:
 static void Draw3DButton(System::Drawing::Graphics ^ graphics, System::Drawing::Image ^ image, System::Drawing::Rectangle bounds, float transparency, System::Windows::Forms::ButtonState buttonState);
public static void Draw3DButton (System.Drawing.Graphics graphics, System.Drawing.Image image, System.Drawing.Rectangle bounds, float transparency, System.Windows.Forms.ButtonState buttonState);
static member Draw3DButton : System.Drawing.Graphics * System.Drawing.Image * System.Drawing.Rectangle * single * System.Windows.Forms.ButtonState -> unit
Public Shared Sub Draw3DButton (graphics As Graphics, image As Image, bounds As Rectangle, transparency As Single, buttonState As ButtonState)

パラメーター

graphics
Graphics

3 次元ボタンを描画する Graphics

image
Image

ボタン上に描画する Image

bounds
Rectangle

ボタンの境界を定義する Rectangle

transparency
Single

ボタンの透過性レベルを指定する単精度浮動小数点数。

buttonState
ButtonState

ボタンの外観を指定する ButtonState 列挙値。

例外

graphics に null 参照 (Visual Basic の場合は Nothing) が含まれています。

適用対象