ActivityDesignerPaint.Draw3DButton Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Nakreslí 3rozměrné tlačítko na ploše návrháře aktivit.
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)
Parametry
- transparency
- Single
Jednopřesné číslo s plovoucí desetinou čárkou určující úroveň průhlednosti tlačítka.
- buttonState
- ButtonState
Hodnota ButtonState výčtu, která určuje vzhled tlačítka.
Výjimky
graphics
obsahuje nulový odkaz (Nothing
v Visual Basic).