Share via


ActivityDesignerPaint.Draw3DButton 메서드

정의

Activity Designer 화면에 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

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

image
Image

단추에 그릴 Image입니다.

bounds
Rectangle

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

transparency
Single

단추의 투명도를 지정할 단정밀도 부동 소수점 숫자입니다.

buttonState
ButtonState

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

예외

graphics에 null 참조(Visual Basic의 경우 Nothing)가 포함된 경우

적용 대상