Bahasa

ActivityDesignerPaintEventArgs Konstruktor

Definisi

Menginisialisasi instans ActivityDesignerPaintEventArgs baru kelas dengan grafik, kliping persegi panjang, viewport, dan tema perancang yang ditentukan.

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)

Parameter

graphics
Graphics

yang Graphics digunakan untuk menggambar item.

clipRectangle
Rectangle

Rectangle yang mewakili persegi panjang untuk menggambar.

viewPort
Rectangle

Port tampilan untuk menggambar.

designerTheme
ActivityDesignerTheme

Yang ActivityDesignerTheme terkait dengan objek yang akan digambar.

Berlaku untuk