Aracılığıyla paylaş


ActivityDesignerPaintEventArgs Oluşturucu

Tanım

ActivityDesignerPaintEventArgsBelirtilen grafik, kırpma dikdörtgeni, Görünüm penceresi ve tasarımcı teması ile sınıfın yeni bir örneğini başlatır.

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)

Parametreler

graphics
Graphics

GraphicsÖğeyi çizmek için kullanılır.

clipRectangle
Rectangle

Rectangleİçinde çizilecek dikdörtgeni temsil eder.

viewPort
Rectangle

İçinde çizilecek Görünüm bağlantı noktası.

designerTheme
ActivityDesignerTheme

ActivityDesignerThemeÇizilecek nesneyle ilişkili.

Şunlara uygulanır