ActivityDesignerPaint.Draw3DButton Yöntem

Tanım

Etkinlik tasarımcısının yüzeyine 3 boyutlu bir düğme çizer.

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)

Parametreler

graphics
Graphics

Graphics 3 boyutlu düğmenin çizildiği yer.

image
Image

Image Düğmenin üzerine çizecek olan.

bounds
Rectangle

Rectangle Düğmenin sınırlarını tanımlayan.

transparency
Single

Düğmenin saydamlık düzeyini belirtmek için tek duyarlıklı kayan nokta sayısı.

buttonState
ButtonState

Düğmenin ButtonState görünümünü belirtmek için numaralandırma değeri.

Özel durumlar

graphicsnull başvuru içerir (Nothing Visual Basic).

Şunlara uygulanır