ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Konstruktor

Definition

Initierar en ny instans av ActivityDesignerLayoutEventArgs klassen med det angivna grafik- och designertemat.

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

Parametrar

graphics
Graphics

Designern Graphics använde layouten.

designerTheme
ActivityDesignerTheme

Att ActivityDesignerTheme använda för utseende och känsla.

Gäller för