ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) Constructor

Definición

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

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 que usó el diseño del diseñador.

designerTheme
ActivityDesignerTheme

que ActivityDesignerTheme se va a usar para buscar y sentir.

Se aplica a