ActivityDesignerPaint.Draw3DButton Method

Definition

Draws a 3-dimensional button on the activity designer surface.

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)

Parameters

graphics
Graphics

The Graphics on which to draw the 3-dimensional button.

image
Image

The Image to draw on the button.

bounds
Rectangle

The Rectangle that defines the bounds of the button.

transparency
Single

The single-precision floating-point number to specify the transparency level of the button.

buttonState
ButtonState

The ButtonState enumeration value to specify the appearance of the button.

Exceptions

graphics contains a null reference (Nothing in Visual Basic).

Applies to