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

Graphics 3차원 단추를 그릴 것입니다.

image
Image

Image 단추에 그릴 값입니다.

bounds
Rectangle

Rectangle 단추의 범위를 정의하는 값입니다.

transparency
Single

단추의 투명도 수준을 지정하는 단정밀도 부동 소수점 숫자입니다.

buttonState
ButtonState

ButtonState 단추의 모양을 지정하는 열거형 값입니다.

예외

graphics null 참조를 포함합니다(Visual Basic Nothing).

적용 대상