ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Constructeur

Définition

Initialise une nouvelle instance de la ActivityDesignerLayoutEventArgs classe avec le thème graphique et concepteur spécifié.

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)

Paramètres

graphics
Graphics

Disposition Graphics utilisée par le concepteur.

designerTheme
ActivityDesignerTheme

L’utilisation ActivityDesignerTheme pour l’apparence.

S’applique à