Share via


ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Constructor

Definición

Inicializa una nueva instancia de la clase ActivityDesignerLayoutEventArgs con los gráficos especificados y el tema del diseñador.

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)

Parámetros

graphics
Graphics

Graphics utilizado para diseñar el diseñador.

designerTheme
ActivityDesignerTheme

ActivityDesignerTheme que se va a utilizar para la apariencia y el funcionamiento.

Se aplica a