ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Constructeur

Définition

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

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

Graphics utilisé pour disposer le concepteur.

designerTheme
ActivityDesignerTheme

ActivityDesignerTheme à utiliser pour l'apparence et la convivialité.

S’applique à