ActivityDesignerPaintEventArgs 생성자

정의

지정된 그래픽, 클리핑 사각형, 뷰포트 및 디자이너 테마를 사용하여 ActivityDesignerPaintEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 ActivityDesignerPaintEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle clipRectangle, System::Drawing::Rectangle viewPort, System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
public ActivityDesignerPaintEventArgs (System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle viewPort, System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
new System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerPaintEventArgs
Public Sub New (graphics As Graphics, clipRectangle As Rectangle, viewPort As Rectangle, designerTheme As ActivityDesignerTheme)

매개 변수

graphics
Graphics

항목을 그릴 때 사용하는 Graphics입니다.

clipRectangle
Rectangle

그릴 사각형을 나타내는 Rectangle입니다.

viewPort
Rectangle

그릴 뷰포트입니다.

designerTheme
ActivityDesignerTheme

그릴 개체와 연결된 ActivityDesignerTheme입니다.

적용 대상