Partager via


ActivityDesignerPaint.Draw3DButton Méthode

Définition

Dessine un bouton 3D sur l'aire du concepteur d'activités.

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)

Paramètres

graphics
Graphics

Graphics sur lequel dessiner le bouton 3D.

image
Image

Image à dessiner sur le bouton.

bounds
Rectangle

Rectangle qui définit les limites du bouton.

transparency
Single

Nombre à virgule flottante simple précision qui spécifie le niveau de transparence du bouton.

buttonState
ButtonState

Valeur d'énumération ButtonState qui spécifie l'apparence du bouton.

Exceptions

graphics contient une référence Null (Nothing en Visual Basic).

S’applique à